/* The Dalles Swimteam website */

a {
	color : Blue;
}

a:visited {
	color : Blue;
}

a:hover {
	color : Red;
}

body {
	background-color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : small;
}

h1, h2, h3 {
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

li {
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	padding-bottom : 10px;
}

p {
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

td {
	border-width : 0;
}

.paragraphwhite {
	color : White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

.smallfont {
	font-size : 8pt;
}

.table1 {
	background-color : White;
}

