BODY, TABLE, TD {

	color: black;
	font-size: 10pt;
	font-family: Arial;

	scrollbar-face-color: #99CCFF;  
	scrollbar-shadow-color: #666666;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-track-color: #CCCCCC;
	scrollbar-arrow-color: #663399;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;

	border: none; 
	margin: none;
}

INPUT {

	color: Blue;
	font-size: 10pt;
	font-family: Arial;
	font-weight: bold;
}

.title1 {

	font-size: 50px;
	font-family: Arial;
	color: Black;
	line-height: 45px;
	font-weight: 600;
}

.title2 {

	font-size: 13px;
	font-family: Arial;
	color: black;
	font-weight: bold;
}

A:HOVER {

	color: Fuchsia;
	text-decoration : none;
}

A {
	text-decoration : underline; 
}

/****************/

TABLE.album { font-family: tahoma; text-align: center; }

TR.albumTitle { 
	
	background-color: #808080; 
	color: white;
}

.titleText {

	font-weight:bold;
	font-size:12pt; 
	color: white; 
}

A.album {

	color: #990033;
	font-weight: bold;
	font-size: 12pt;
	text-decoration : underline;
}

A.album:HOVER { text-decoration : none; }

FONT.albumSize {}

FONT.albumComment {}

FONT.albumName {

	font-weight: bold;
	color: gray;
}

INPUT.albumFile, INPUT.albumComment, INPUT.albumName, INPUT.albumSubmit, INPUT.albumFolder { }

