h1 {
    margin: 0;
    padding: 0;
    font-size: 0px;
}
.logo_bg {
	background-image: url(images/logo_background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FBFBFB;
}
.inside_box {
	background-image: url(images/inside_box_tile.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #5E3078;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #5E3078;
}
#footer {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            color: #000000;
            text-align: center;
}
#footer a:link, #footer a:active, #footer a:visited {
            text-decoration: none;

}
#footer a:hover {
   color: #990000;
   text-decoration: underline;
}
