/* Cascading Style Sheet */
/* Version 1.0 - Copyright DAYSIDE.net All rights reserved    */


BODY {
	margin: 5px;
	background-attachment: fixed;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;

} 

A:active,A:link,A:visited,A:active img,A:link img,A:visited img {
                text-decoration : none;
}
A:hover,A:hover img {
                text-decoration : underline;
}

.head {
	font-size: 36px;
	font-weight: normal;
}

.headline {
	font-size: 16px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
}

A.head_off {
	font-weight: bold;
}

A.head_on {
	font-weight: bold;
}