@media all{

body { 
font-family: Arial, Avenir, "Lucida Grande", Verdana, "Bitstream Vera Sans";
line-height:1.4;
font-size:13px;
width: 800px;
margin-left:auto;
margin-right:auto;

}


h1 {
font-size:25px;
}

h3 {
margin-top:10px; margin-bottom:0px;
}

.GreenBoldUnderLine {
	font-weight: bold;
	color: #00FF00;
	text-decoration: underline;
}

.mybold {
font-weight: bold;
}

.bluebold {
font-weight: bold;
color: Blue
}

.myli {margin-bottom: .30em;}

.myheader {
font-size:30px;
}

.mystyle {
color: White;
background-color: #0000A0;
font-size: .8em
}

.mystyle2 {
background-color: Yellow;
text-indent: 10px;
font-size: .7em
}

a:hover {
background-color: White
}

td.mystyle2:hover {
background-color: White
}

td.mystyle3:hover {
background-color: White;
}

#SpacedUL li {
	margin-bottom: 1em;
}
}

#LinkNoUnderline a{
	text-decoration: none;
}
