/* CSS Document */

body, html {
font-family: Verdana;
font-size: 12px;
background-image: url(images/background.jpg); 
background-repeat: no-repeat;
height: 100%;
margin:0px 0px 0px 0px;
}

#everything {
background-attachment: fixed;
background-image: url(images/background2.jpg);
background-repeat: no-repeat;
background-position: bottom right;
height: 100%
}

p, td {
font-family: Verdana;
font-size: 12px;
}

a:link {
font-family: Verdana;
font-size: 12px;
color: #800080;
font-weight: bold;
text-decoration: none;
}

a:visited {
font-family: Verdana;
font-size: 12px;
color: #800080;
font-weight: bold;
text-decoration: none;
}

a:hover {
font-family: Verdana;
font-size: 12px;
color: #800080;
font-weight: bold;
text-decoration: underline;
}

.menu {
font-family: Verdana;
font-size: 14px;
font-weight: bold;
color: #800080;
}

.menu a:link {
font-family: Verdana;
font-size: 14px;
font-weight: bold;
color: #800080;
text-decoration: none;
}

.menu a:visited {
font-family: Verdana;
font-size: 14px;
font-weight: bold;
color: #800080;
text-decoration: none;
}

.menu a:hover {
font-family: Verdana;
font-size: 14px;
font-weight: bold;
color: #D900D9;
text-decoration: none;
}

.body_small {
font-family: Verdana;
font-size: 10px;
color: #333333;
}