a:link{
	color : White;
	font-size : 24px;
	font-weight : bold;
	text-decoration : none;
}

a.mail:link{
	color : black;
	font-size : 12px;
	font-weight: normal;
	text-decoration : underline;
}

a.mail:hover{
	color : black;
	font-size : 12px;
	font-weight: normal;
	text-decoration : none;
}

a.mail:visited{
	color: black;
	font-size : 12px;
	font-weight: normal;
	text-decoration : underline;
}
a:hover{
	color : navy;
	font-size : 24px;
	font-weight : bold;
	text-decoration : none;
}
a:visited{
	color: Silver;
	font-size : 24px;
	font-weight : bold;
	text-decoration : none;
}
a.b:link{
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	text-decoration : none;
}
a.b:hover{
	color : Silver;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	text-decoration : none;
}
a.b:visited{
	color: Gray;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	text-decoration : none;
}
p.white{
	font-family : Georgia;
	color : White;
	font-size : 16px;
}

p.medblue{
	font-family : Georgia;
	color : #006699;
	font-size : 24px;
	text-decoration : underline;
	font-weight : bold;
	margin-top: 25px;
	margin-bottom: 15px;
	margin-left: 40px;
	margin-right: 40px;
}


p{
	font-family : Georgia, serif;
	color : Black;
	font-size : 12px;
	margin-left: 40px;
	margin-right: 40px;
}

p.bigblue{
	font-family : Georgia;
	color : #006699;
	font-size : 32px;
	text-decoration : none;
	font-weight : bold;
	margin-bottom: 10px;
	margin-top: 13px;
}


li{
	font-family : Georgia, serif;
	color : Black;
	font-size : 12px;
	margin-left: 75px;
	margin-right: 40px;
	margin-bottom: 5px;	
}

li.one{
	font-family : Georgia, serif;
	color : Black;
	font-size : 12px;
	margin-left: 45px;
	margin-right: 40px;
	margin-bottom: 5px;	
	list-style-type: disc;
}

li.two{
	font-family : Georgia, serif;
	color : Black;
	font-size : 12px;
	margin-left: 75px;
	margin-right: 40px;
	margin-bottom: 5px;	
	list-style-type: square;
}

li.three{
	font-family : Georgia, serif;
	color : Black;
	font-size : 12px;
	margin-left: 100px;
	margin-right: 40px;
	margin-bottom: 5px;	
	list-style-type: circle;
}

p.whitebig{
	font-family : Georgia;
	font-size : 52px;
	color : White;
	
}
p.medblack{
    font-family : Georgia;
	color : Black;
	font-size : 18px;
	margin-top: 1px;
	margin-bottom: 17px;
}
H1{
	margin : 0;
	margin-bottom: 0;	
	font-family : Georgia;
	font-size : 40px;
	color : White;
}

.fortyleftmargin{
	margin-left: 40px;
}

H1.blue{
	font-family : Georgia;
	font-size : 52px;
	color : 006699;
}
H1.black{
	font-family : Georgia;
	font-size : 30px;
	color : Black;
}
body{
	background-color : #006699;
	background-image : url(const.jpg);
	background-repeat : repeat-y;
}
body.plain{
	background-color : #006699;
	background-image: none;
	margin-right: 15px;	
}
#white{
	background-color : White;
	background-image: none;
	margin-right: 0px;
}
body.pira{
	background-color: White;
	background-image: url(piranesfade.jpg);
	background-repeat: repeat-y;
}
hr{
	margin: 0;
	margin-bottom: 0;		
}
table{
	margin-left : 0px;
	margin-top : 0px;
}
#boytable{
	border : medium solid Blue;
}
.girltable{
	border : medium solid Pink;
}

div{
	margin-bottom: 25px;
}

div.bio{
	margin-bottom: 25px;
	margin-left: 3px;
}
.bbold{
	font-weight: bold;
	color: black;
}
.textspace{
	line-height: 17px;
}
