BODY
{
	background-color: #4E4E4E;
	color: #ffffff;
	font-family: sans-serif;
	font-size: 14px;
	text-decoration: none;
}

a:link
{
	color: #ffffff;
	text-decoration: underline;
	border: none;
}

a:visited
{
	color: #ffffff;
	text-decoration: underline;
	border: none;
}

a:hover
{
	color: #ffffff;
	background-color: #006699;
	text-decoration: underline;
	border: none;
}

a:active
{
	color: #ffffff;
	text-decoration: underline;
	border: none;
}

a.disabled:link
{
	text-decoration: none;
}

a.disabled:visited
{
	text-decoration: none;
}

a.disabled:hover
{
	text-decoration: none;
	background-color: Transparent;
}

a.disabled:active
{
	text-decoration: none;
}

a.noDecLink:link
{
	text-decoration: none;
	background-color: Transparent;
	border: none;
}
	
a.noDecLink:visited
{
	text-decoration: none;
	background-color: Transparent;
	border: none;
}

a.noDecLink:hover
{
	text-decoration: none;
	background-color: Transparent;
	border: none;
}

a.noDecLink:active
{
	text-decoration: none;
	background-color: Transparent;
	border: none;
}

a.comments:link
{
	text-decoration: none;
}

a.comments:visited
{
	text-decoration: none;
}

a.comments:hover
{
	text-decoration: none;
	background-color: Transparent;
}

a.comments:active
{
	text-decoration: none;
}	

hypLink
{
	text-decoration: underline;
	color: Blue;
}

img.mainPhoto
{
	border-style: solid;
	border-color: #000000;
	border-width: 6px;
}

img.albumThumbnail
{
	border-style: solid;
	border-color: #000000;
	border-width: 3px;
}

img.link
{
	border-style: solid;
	border-width: 3px;	
	border-color: #000000;
}

img.noBorder
{
	border: none;
	border-style: none;
}

img.banner
{
	border-width: medium;
	border-style: solid;
	border-color: Black;
}


table.main
{
	margin-right: auto;
	margin-left: auto;
	width: 95%;
	font: inherit;
}

table.comments
{
	margin-right:auto;
	margin-left:auto;
	width: 66%;
	font: inherit;
}

.photoTitle
{
	font-size: 25px;
    font-weight:bold; 
    font-style:oblique;
    vertical-align: baseline;
}

.albumDateTitle
{
	font-size: 15px;
    font-weight:bold;
}

.commentTitle 
{
	font-size: 15px;
	color: #24BFFF;
	font-weight: bold;
}

.commentBody 
{
	font-size: 14px;
}

.hiddenPic
{
	display: none;
}

 div.backgroundImage
 {
	background-image: "Images/SuperAlbum/california.jpg";
	background-repeat: no-repeat;
	background-position: center;
 }
 
 #backgroundImage
 {
	background-image: "Images/SuperAlbum/california.jpg";
	background-repeat: no-repeat;
	background-position: center;
 }
