body, html {
	background: White;
	width: 100%;
	margin: 3px 10px 10;
} 
.p1 { 
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
color : Black;
font-size : 10px;
background : White;
margin : 0 0 0 0;
padding : 1px 3px 1px 3px;
border : none;
width : 360px;
display : inline-block;
line-height:1.4 
} 
h1 {
	color: Green;
	font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
	font-size: 36px;
	font-weight: lighter;
	} 
h2 {
	color: Blue;
	font-family: cursive, Comic Sans MS;
	font-size: 16pt;
	font-style: italic;
} 
h3 { 
	color : Red;
	font-family : Verdana;
	font-size: 16pt;
	
} 
h4 { 
	color : Red;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 17px;
	
} 
h5 {
	color: #8A2BE2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
} 
a:link {
	text-decoration: none;
	font-size: 10px;
	color: Navy;
	font-weight: normal;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
} 
a:visited {
	text-decoration : none;
	font-size : 10px;
	color : Navy;
	font-weight: normal;
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
} 
a:active {
	text-decoration : none;
	font-size : 10px;
	color : Navy;
	font-weight: normal;
	font-family : Geneva, Arial, Tahoma, Verdana, Helvetica, sans-serif;
} 
a:hover { 
text-decoration : none;
background : White;
color : Red;
font-size : 10pt;
font-weight: normal;
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	} /*not used
ul { 
background : #009900;
border : thin outset silver;
list-style : none;
font-size : 9pt;
color : White;
font-family : sans-serif;
margin-left : 3px;
margin-right : 3px;
margin-top : auto;
} */
.info { 
color : Green;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 8pt;
} 
.warning { 
color : Green;
font-family : Comic Sans MS;
font-size : 8pt;
font-style : italic;
font-variant : small-caps;
} 
.important { 
background-color : White;
font-family : Helvetica, sans-serif;
font-size : 8pt;
color : Red;
}
.strong{
	color: #006600;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight: bold;
}

