/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Verdana,sans-serif;
	color: #000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color: rgb(102, 153, 255); /*alt 0099cc*/
}

p.art {
	margin:0px 0px 0px 0px;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: inline;
	font-weight:normal;
	font-size:12px;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
	color:black
}

h2 {
	font-size:18px;
	margin:15px 0px 10px 0px;
}
h3, h4, h5 {
	margin:15px 0px 10px 0px;
}

a:link {
	color:rgb(102,153,255) /*#ff9966 0000ff*/;
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	color:rgb(0,0,102) /*#ff6666; /*0066ff*/;
	}
a:hover {
	text-decoration: none;
	color:rgb(51,51,255) /*#EE9933; /*0000cc*/;
	}
a:active {
	text-decoration: none;
	color:rgb(51,102,255) /*#FF9933; /*3300FF*/;
	}

.black a:link, .black a:visited, .black a:active, .black a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:black;
	font-size:12px;
	font-weight:bold;
}

