/* CSS Document */

body {
	font-size: 12px;
	}

h1 {
	font-size: 12px; 
}
	
a:link {
	font-size: 12px;
	color: #3C4F62;
	}

a:visited {
	color:#3C4F62;
	font-weight: bold;
	text-decoration: none;
	}

a:hover {
	color: #4372A1;
	font-weight: bold;
	text-decoration: underline;
	}

a:active {
	color:#4687CE;
	font-weight: bold;
	text-decoration: none;
	}
	
#username, #password {
	font-size: 12px; 
	}
	
#name, #company, #email, #phone, #mobile {
	font-size: 12px; 
	}
	
#message {
	font-size: 12px; 
	}
	
#subject {
	font-size: 12px; 
	}
	
.button {
	font-size: 12px; 
	}