/* CSS Document */

/************ body *******************/

body {
	background-color: #DEDEDE;
	margin-top: 7px;
	margin-left: 0px;
	margin-right: 0px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.menubar {
	background-color:#FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}



/************ links *******************/

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}


/************ links.album *******************/

a.album:link {
	text-decoration: none;
	color: #ffffff;
}
a.album:visited {
	text-decoration: none;
	color: #ffffff;
}
a.album:hover {
	text-decoration: underline;
	color: #ff6600;
}
a.album:active {}
	



/************ colours *******************/


.white {color: #FFFFFF}
.bluelight {color: #0099FF}
.purple {color: #CC00CC}
.orange {color: #FF6600}
.green {color: #009900}
.red {color: #FF0000}
.blue {color: #0000FF; }
.black {color: #000000}
.brown {color: #993300}
.aqua {color: #33CC66}


/************ other *******************/

.pageheadings {
	font-size: 16px;
}

.copywrite {
	font-size: 11px;
}

.albumlinks {color: #FF6600; font-size: 20px; font-weight: bold; }

.update {font-size: 12px}

.blink {
	text-decoration: blink;
}

