body{
 background-color:      #ffffff;
 color:			#000000;
 font-family:		Arial, serif, Tahoma;
 font-size:			11px;
 margin-left:		0cm;
 margin-right:		0.5cm;
 margin-top:		0.5cm;
 margin-bottom:		0.5cm;
}

p{
 font-size:			11px;
 font-family:		Arial, serif, Tahoma;
 text-align:		justify;
}

h2{
 font-weight:		bold;
 font-size:			17px;
 border-bottom:		solid 1px;
 border-top:		solid 1px;
 border-color:		black;
}

em{
 font-style:		italic;
}

a,a.visited,a.hover,a.active{
 font-family:		Arial, serif, Tahoma;
 font-size:			11px;
 text-decoration:	      none;
 color:			#0000cc;
}

.myLinks{
 text-decoration:		none;
 color:			#0000cc;
 font-family:		Tahoma, Arial, serif;
 font-size:			11px;
 border-right:		solid 1px;
 border-color:		black;
 width:			148px;
 height:			500px;
}

.headline{
 font-family:		Times, Tahoma, Arial, serif;
 font-size:			25px;
 border-bottom:		solid 1px;
 border-color:		black;
 font-weight:		bold;
}

blockquote{
 background-color:	#ffffcc;
 color:			#000000;
 border:		      solid 1px black;
 text-indent:           0cm;
 text-align:		justify;
 margin-left:		0cm;
 margin-right:		0cm;
}

hr{
 width:			75%;
 text-align:		center;
}

ul{
 list-style:		inside;
 margin-left:		0px;
 font-family:		Arial, serif, Tahoma;
 font-size:			11px;
}

ul.colstyle(
 float: 			left;
 width: 			56em;
 margin: 			0;
 padding: 			0;
 list-style: 		none;
}

li.multicol {
 float: 			left;
 width: 			7em;
 margin: 			0;
 padding: 			0;
} 
