/*This is my css stylesheet.  For all of my pages, the css styles are here.*/
body {
     background-color: #ffffff;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	background-position: right;
     color: black;
     font-family: arial, sans-serif;
     Font-size: 12pt;	
	width: 630px;
}

a:link {
	color: #000099;
	Background-color: transparent;
}

A:visited {
	color: #330033;
	background-color: transparent;
}








/* these are the univesal classes */

.maintitle {
	color: #000066;
	font-size: 18pt;
	background-color: transparent;
	font-weight: bold;
}


.directions {
	font-size: 8pt;
	background-color: transparent;
}


.heading {
	color: #000066;
	font-size: 16pt;
	background-color: transparent;
}

.warning {
	color: #cc0000;
	font-weight: bold;
	background-color: transparent;
}


.lista {
	font-family: times, arial, courier;
	background-color: transparent;
	
}

.name {
	color: #6600cc;
	background-color: transparent;

}

.tablea {
	width: 200px;
	background-color: transparent;
	
}

.tableheading {
	font-weight: bold;
	background-color: transparent;
}

.newsheading {
	color: #000066;
	font-size: 14pt;
	background-color: transparent;
}

.directionsb {
	color: blue;
	font-size: 8pt;
	background-color: transparent;
}
	
.editor {
	color: #3333ff;
	background-color: transparent;
}

.tablebig {
	background-color: #333333;
	color: white;
}

.tablelink {
	background-color: #777777;
}

.tableheading {
	color: black;
	background-color: transparent;
}

.newsheadline {
	color: #000066;
	font-size: 13pt;
	font-weight: bold;
	background-color: transparent;
}

