h2 {
color: blue ;
margin-left: 20 ;
font: bold 24px/32px comic sans ms, arial, helvetica, sans-serif;
}

.hilite {
background: yellow;
color: red;
font-style: italic;
font-size: 60% ;
vertical-align: text-top ;
}

p {
margin-left: 20 ;
font: 14px/21px arial, helvetica, sans-serif;
font-size: 110% ;
#font-family: arial ;
line-height: 150% ;
}


p.center {
text-align: center ;
}

p.special {
color: blue ;
font-weight: bold ;
font-style: italic ;
font-size-adjust: 0.5 ;
}

td {
font: 14px/21px comic sans ms, arial, helvetica, sans-serif;
}

li {
font-family: arial ;
line-height: 150% ;
font-size: 110% ;
}


a:link {
font: arial, helvetica, sans-serif;
#font-family: arial ;
line-height: 150% ;
font-size: 110% ;
}




a:visited {
color: grey ;
font: arial, helvetica, sans-serif;
#font-family: arial ;
line-height: 150% ;
font-size: 110% ;
}


a:hover {
color: orange ;
font: arial, helvetica, sans-serif;
#font-family: arial ;
line-height: 150% ;
font-size: 110% ;
}


a:active {
color: red ;
font: arial, helvetica, sans-serif;
#font-family: arial ;
line-height: 150% ;
font-size: 110% ;
}




#center_general {
	width:600px;
	margin:0px auto;
	text-align:justify;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:50px;
	padding-right:50px;
	background-color:#eee;
}



#center_general_broad {
	width:680px;
	margin:0px auto;
	text-align:justify;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:20px;
	padding-right:20px;
	background-color:#eee;
}

