H1 {font-size: large;
	font-family:Arial,Helvetica,sans-serif;
	color : White;
	align : top; 
}

body {
	font-family : Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.regularFontSize {
	font-size: 10pt;
}

A { color: #31FF3d;
	text-decoration : none;	
}
A:Visited { color: #31dd3d;}

A:Hover{
	color: #0ff0f0;
	text-decoration : none;
}


A.photo {color: #313DFF;}
A.photo:Visited {color:Blue;}
A.photo:Active {color:Red;}
A.photo:Hover{	color: #5AC8FF; }

A.nav {color:White;}
A.nav:Visited {color:White;}
A.nav:Active {color:Red;}
A.nav:Hover {color: #0ff0f0;}


.photo {
}

.photoImag {
	border-style : solid;
	border-color: blue;
	border-width : 1px;
}

.photoThumb {
	border-style : solid;
	border-color: #999999;
	border-width : 2px;
}


.tnav {
	color : White;
	text-decoration : none;
	font : bold xx-small Arial, Helvetica, sans-serif;
}
.tnav:Visited {
	color : White;
	text-decoration : none;
	font : bold xx-small Arial, Helvetica, sans-serif;
}

.nav {
	color : White;
	text-decoration : none;
	font : bold x-small;
}

.navAd {
	color : #FFFF99;
	text-decoration : none;
	font : bold x-small;
}
.navAd:Visited {
	color : #FFFF99;
	text-decoration : none;
	font : bold x-small;
}

.highlight {
	color : Orange;
    text-decoration : none;
	font : bold x-small;
}