body {
font-family: Verdana;
font-size: 10;
background-image: url("images/bg.jpg");
background-repeat: x-repeat;}

td {
font-family: Verdana;
font-size: 10;}

#left {
float:left;}

#right {
float:right;}
	
#stor_b {
float:bottom;}

a:link {
color: darkblue;
text-decoration:none;}

a:visited {
color: darkblue;
text-decoration:none;}

a:active {
color: darkblue;
text-decoration:none;}

a:hover {
color: darkblue;
text-decoration:underline;}