/* This CSS is the style sheet for the entire site. */
BODY{
	font-family: arial;
	background-color: #70323D;
    background-image: url(images/bg.jpg);
	margin-top: 0;
	margin-left: 0;
	color: white;
}
.e75ic{
	font-size: .75em;
	font-style: italic;
	font-weight: normal;
	color: #AFEEEE;	
}
.e75{
	font-size: .75em;
}
.e75c{
	font-size: .75em;
	color: #AFEEEE;
}
.e80{
	font-size: .8em;
}
.e80b{
	font-size: .8em;
	font-weight: bold;
}
.e90{
	font-size: .9em;
}
.e100{
	font-size: 1.0em;
}
.mono{
	font-family: monospace;
}
.footer{
	font-size: .7em;
}
.title{
	font-weight: bold;
	font-size: 1.4em;
}
.subtitle{
	font-weight: bold;
	font-size: 1em;
}
a:link{
	color: #ccffff;
}
a:active{
	color: white;
}
a:visited{
	color: #bbbbbb;
}
