a:link, a:visited
{
	text-decoration : none;
	color: blue;
	background: transparent; 
}

a:hover, a:active
{
	text-decoration : none;
	color: red;
	background: transparent; 
}


.smallheadings
{
	font-family:Lucida Grande, Helvetica, sans-serif;
	font-size:13px;
	color: black;
}

a.smallheadings:link, a.smallheadings:visited
{
	text-decoration : none;
	color: black;
	background: transparent; 
}

a.smallheadings:hover 
{
	text-decoration : none;
	color: blue;
	background: transparent; 
}


a.smallheadings:active 
{
	text-decoration : none;
	color: red;
	background: transparent;  
}


.headings
{
	font-family:Lucida Grande, Helvetica, sans-serif;
	font-size:15px;
	font-weight: bold;
	color: black;
}

a.headings:link, a.headings:visited
{
	text-decoration : none;
	color: black;
	background: transparent; 
}

a.headings:hover 
{
	text-decoration : none;
	color: blue;
	background: transparent; 
}


a.headings:active 
{
	text-decoration : none;
	color: red;
	background: transparent;  
}

body 
{
	margin: 16px auto 16px auto;
	padding: 0;
	width: 512px;
	font-family:Lucida Grande, Helvetica, sans-serif;
	font-size:11px;
	color: black;
	background-color:#F3F3F3;
	background-image: url(images/Paper.gif);
}

#mainbox
{
	width: auto;
	padding: 0;
	background-color:#FFFFFF;
    -moz-border-radius: 8px; 
    -webkit-border-radius: 8px;
	-webkit-box-shadow: 0px 4px 8px #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#EEEEEE), to(#FFFFFF));
}

#content 
{
	margin-left: 0px;
}

#icons 
{
	padding: 16px;
}

#widget 
{
	padding: 6px;
}

#menu 
{
	padding-top: 8px;
}

#description 
{
	padding-left: 16px;
}

#text1
{
	padding: 0px;
	border-bottom: 1px solid #CCCCCC;
}

#text2
{
	padding: 0px;
	border-bottom: 1px solid #CCCCCC;
}

#news
{
	padding: 8px;
}


#header 
{
	padding: 8px;
}

#footer 
{
	padding: 8px;
}

p 
{
	padding: 0;
	margin-top: 0px;
	margin-bottom: 8px;
}
