a:link, a:visited { color: #cc9966; background: transparent; text-decoration: underline; }
a:hover { color: #ff0000; background: transparent; text-decoration: underline; }
a:active { color: #ff0000; background: #333333; }

li{margin-top : 1em ;}
li li{margin-top : 0;}
h1{
	font-size : small ;
	text-shadow: red 2px 2px 3px ;	
	width : 100% ;
	background : #f93 ;
	font-weight : bold ;
	color : #ffc ;
	}
h2{
	font-size : medium ;
	text-shadow: gray 2px 2px 3px ;
	width : 98% ;	
	border-type : solid none none solid ;
	border-color : #f90 ;
	}

dl{
	padding-left : 1em ;
	}

dt{
	clear: both ;
	margin-top : 2em ;
	padding-bottom : 5px;
	border-bottom : solid 1px;
	font-size : medium ;
	font-weight : bold ;
	text-shadow: gray 2px 2px 3px ;
	}
dd{
	margin-top : 5px;
	}

dl.compact dt{
	margin-top : 0 ;
	padding-bottom : 0 ;
	font-size : small ;
	display : compact ;
	border : none ;
	}

img{
	border : none ;
	}
strong{
	font-weight : bold ;
	//text-shadow: gray 1px 1px 1px ;
	}
.centerAlign{
	margin-left : auto ;
	margin-right : auto ;
	}