body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor: default;
	background-attachment: fixed;
	background-image: url(background.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

a:hover {
cursor: default;
color: black;
text-decoration: bold;
left: 1px;
position: relative; 
top: 1px
}

a:link {
cursor: default;
color: black;
text-decoration: none;
}

a:active {
cursor: default;
color: black;
text-decoration: none;
}

a:visited {
cursor: default;
color: black;
text-decoration: none;
}

.menuborder {
border: black solid thin;
border-width: 1px;
}

.emptymenuborder {
border: #CCCCCC solid thin;
border-width: 1px;
color: #CCCCCC;
}