body	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
	}
h1	{
font-size:14px;
padding:3px;
}
h2	{
font-size:13px;
background:#ff6600;
color:#fff;
padding:3px;
}
h3	{
font-size:13px;
color:#000;
display:inline;
}
ul	{
padding:0px;
margin:0px;
}
li	{
	font-size:12px;
	list-style-type: none;
	font-weight:bold;
	padding:2px;
		margin:1px;
	background:#fff;
}
p	{
font-size:12px;
padding:3px;
}
.box	{
border:1px dotted #666;
padding:3px;
background:#EEEAE8;
margin:3px;
}
strong	{
color:red;
}
a:link,a:visited,a:active  {
	font-weight: bold;
	color: blue;
	text-decoration: underline;

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

}