BODY {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top : 10;
	margin-bottom : 10;
	margin-left : 10;
	margin-right : 15;
}
blockquote{
	font-weight : normal;
	font-size : 10px;
	letter-spacing : 3px;
	line-height : 12px;
	color : Black;
	border : dashed #9196B5 1;
	padding : 2;
	background-color : White;
}
p{
	font-size : 12px;
	color : #000000;
	line-height : 14px;
	margin : 3px;	
}
H1 {
	font-size : 18px;
	color : White;
	font-weight : bold;
	background : #1F6D8B;
}
H2{
	font-size : 16px;
	color : White;
	font-weight : bold;
	background : #5C99B0;
}
H3 {
	font-size : 15px;
	color : White;
	font-weight : bold;
	background : #93BBCA;
}
H4 {
	font-size : 13px;
	color : Black;
	text-decoration : no;
	background : #BFD3DB;	
}
H5 {
	font-size : 13px;
	color : Black;
	font-weight : bold;
	text-decoration : no;
	background : #DAEDF4;
}
a{
	color : Blue;
	text-decoration : none;
}
a:hover{
	color : Red;
}
LI {
	font-size : 12px;
	color : #000000;
	line-height : 14px;
	margin : 3px;	
}

