table.tableone
{ text-align: left;
vertical-align: top;
font-family: arial;
font-weight: normal;
font-size: x-small;
color: red;
width: 375px;
background-color: yellow;
border: 1px #d79900 solid;
border-collapse: collapse;
border-spacing: 0px;}

table.tabletwo
{ text-align: left;
vertical-align: top;
font-family: arial;
font-weight: normal;
font-size: x-small;
color: #336699;
width: 375px;
background-color: gray;
border: none;
border-collapse: collapse;
border-spacing: 0px;}


A.link1white {
	color: white;
	font-size : x-small;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
}
A:HOVER.link1white {
	color: yellow;
	text-decoration : none;
}


A.link2red {
	color: red;
	font-size : x-small;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
}
A:HOVER.link2red {
	color: green;
	text-decoration : underline;
}


A.link3blue {	
	color: blue;
	font-size : x-small;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : underline;
}
A:HOVER.link3blue {
    color: red;
	text-decoration : none;
}


A.link2blue {	
	color: navy;
	font-size : x-small;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
}
A:HOVER.link2blue {
    color: red;
	text-decoration : underline;
}

A.link2green {	
	color: green;
	font-size : x-small;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : underline;
}
A:HOVER.link2green {
    color: red;
	text-decoration : underline;
}

A.link2black {	
	color: black;
	font-size : xx-small;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
}
A:HOVER.link2black {
    color: green;
	text-decoration : underline;
}

A.link2yellow {	
	color: yellow;
	font-size : x-small;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
}
A:HOVER.link2yellow {
    color: orange;
	text-decoration : underline;
}


A.linkmenuwhite {	
	color: gray;
	font-size : x-small;
	font-family : Arial;
	text-decoration : none;
}
A:HOVER.linkmenuwhite {
    color: #78bbe6;
	text-decoration : none;
}



A.linkmenunavy {	
	color: navy;
	font-size : small;
	font-family : Times New Roman;
	text-decoration : none;
}
A:HOVER.linkmenunavy {
    color: yellow;
	text-decoration : none;
}


A.linkgray {	
	color: gray;
	font-size : 90%;
	font-family : arial;
	text-decoration : none;
}
A:HOVER.linkgray {
    color: blue;
	text-decoration : none;
}


.pumpkin { font-family: arial; font-size: 20; font-style: bold; color: orange }
.redfont { font-family: arial; font-size: 50; font-style: bold; color: red }

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}







