body {
	background-color: #3B4381;
	font-family: "Times New Roman";
	color: #FFA07A;
	font-weight: bolder;
	font-size:12pt
}
h2 {
	color: #FF8000;
	font-size: x-large;
	text-align: center
}
h3 {
	color: #FF8C00;
	font-weight:bold;
	font-size:14pt;
	font : bolder;
	font-style : italic;
}
h5{
	font : smaller;
	font-weight : bold;
	color:white
}
p {margin-left:15px}
a:link {
	font-family: Arial;
	color:#FACBFB;
	border : 0px none Gray;
	font-weight : normal;
	text-align : left;
	text-decoration : none;
	font-size : smaller;
}
a:visited {
	font-family: Arial;
	color:#D7FBCB;
	font-weight : normal;
	font-size : smaller;
	text-decoration : none;
	text-align : left;
}
a:hover {
	font-family: Arial;
	color:#ffff66;
	border : thin;
	font-weight : normal;
	font-size : smaller;
}
a:active {
	font-family: Arial;
	color:#F7B8F4;
	border : thin;
	font-weight : normal;
	font-size : smaller;
	text-align : left;
	text-decoration : none;
}


