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

body{
	font-size:12px;
}

h1{
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
}

h2{
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
}

h3{
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
}

.contact{
	font-size:14px;
}

.highlight{
	font-size:16px;
}

.text12 {
	font-size:12px;
}

a:link{
	color:#0033FF;
	text-decoration:none;
	font-weight:bold;
}

a:visited{
	color:#0033FF;
	text-decoration:none;
	font-weight:bold;
}

a:hover{
	color:#990000;
	text-decoration:none;
	font-weight:bold;
}

