body {
	color : #404040;
	font-family : Arial;
	font-size : 12px;
	
}

#gallery {
	color:#FFFFFF;
	font-family : Arial;
	font-size : 10px;
}

#header {

	color:#FFFFFF;
	margin : 0px;
	padding : 5px;
}

.description {
	color : #FFFFFF;
	font-family : Arial, sans-serif;
	font-size : 12px;
}


a.gallery {
	color : #FFCC00;
	text-decoration : none;
}

a.gallery:hover {
	color : #FFFFFF;
	text-decoration : underline;
}


h1 {
	font-size : 24px;
	color : #FFFFFF;
}

h2 {
	font-size : 16px;
	color : #FFFFFF;
	margin-bottom:0px;
	padding-bottom:0px;
}

h3 {
	font-size : 13px;
	margin-bottom:0px;
	padding-bottom:0px;
}
h4 {
	font-size : 12px;
	margin-bottom:0px;
	padding-bottom:0px;
}

h6 {
	font-size : 10px;
	margin-bottom:0px;
	padding-bottom:0px;
	color: #FF3399;
	font-weight:normal;
}

a.border:link {color: #333333;text-decoration: none;font-size: 11px;}
a.border:visited {color: #333333;text-decoration: none;font-size: 11px;}
a.border:active {color: #333333;text-decoration: none;font-size: 11px;}
a.border:hover {color: #FFCC00;text-decoration: underline overline;font-size: 11px;}


