body 
{
	height:100%;
	background: #CCCCCC url(design/background.png) fixed;
	font-family:Arial, Helvetica, sans-serif;
	color:#OOOOOO;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
}

html
{
	height:100%;
}

a:link {
	color:#FF9933;
	font-size: 12px;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
}

a:visited {
	color:#FF9933;
	font-size: 12px;
	text-decoration: none;
    font-weight: normal;
    font-style: normal;
}

a:hover {
    color: #FF3300;
    text-decoration: underline;
    font-weight: normal;
    font-style: normal;
}
a:active {
	color:#FFFF00;
	font-size: 12px;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
	background-color:#996633;
}

img {
	border : none;