@charset "utf-8";
/* CSS Document */
/* Common stylesheet */

@import url("common_styles.css");

/* Header colors */

h1 .frontpageheader  {
font-size:20%;
}
h2, h3, h4 { color:#2461AA; }

h2, h4  {
	border-bottom:1px solid #C3D9FF;
}
.p {color:#2461AA; font-size:130%; font-weight:bold;}

#data
{
position: relative; float:center; padding-right:20%; padding-left:20%; font-weight:bold; text-align:center;
}
.bold
{
font-weight:bold;
}


