

body {
background: #CCCCCC;
font-family: sans-serif;
}

#maintable {
background-color: white;
padding: 20px;
}

#imagetable {
background-color: white;
padding: 20px;
}

hr {
border: 0;
color: #CCCCCC;
background-color: #CCCCCC;
height: 2px;
}

img.pad {
padding: 20px;
}

a:link, a:visited { 
text-decoration:none; 
color: blue; 
}
a:hover, a:active {
text-decoration:underline;
color: blue;
}


img.menu {
background: transparent;
}

a.menu {
background: white;
}

a.menu:hover {
background: #FFCC33;
}

/*

.menu a:hover {
background-color: #FFCC33;
border: none;
}



a.menu {

}

sidebar.a:hover {
border: thin dotted black;
}

*/