@charset "utf-8";
/* CSS Document */

body {
	background-color:#EBE8C5;
}
h1{
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size:24px;
	color:#1526E9;
}

p{
	font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-size:15px;
}
h2{
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size:25px;
	color:#98BEF9;
}    
h3{
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size:20px;
	color:#98BEF9;
}  

a{
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size:15px;
	color:#000000;
	text-decoration:underline;
}
a:hover{
	color:#FFF;
	text-transform:uppercase;
}