body {
	background-color: B0B0F7;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	text-align: justify;
	}
	
h1 {
	font-style: bold;
	font-size: 1em;
	}
	
h2 {
	font-style: italic;
	font-size: .9em;
	}

h3	{
	font-style: bolder;
	font-size: .9em;
	color: #3333cc;
	}
	
h3	a:link	{
	text-decoration: none;
	font-size: .9em;
	color: #3333cc;
	}
	
h3	a:visited	{
	text-decoration: none;
	font-size: .9em;
	color: #3333cc;
	}
	
h3	a:active	{
	text-decoration: none;
	font-size: .9em;
	color: #3333cc;
	}
	
h3	a:hover	{
	text-decoration: underline;
	font-size: .9em;
	color: #3333cc;
	}
	
p	{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: .8em;
	}

p	a:link	{
	color: darkblue;
	text-decoration: none;
/*	font-size: .6em;*/
	}

p	a:visited	{
	color: darkblue;
	text-decoration: none;
/*	font-size: .6em;*/
	}
	
p	a:active {
	color: darkblue;
	text-decoration: none;
/*	font-size: .6em;*/
	}
		
p	a:hover {
	color: darkblue;
	text-decoration: underline;
/*	font-size: .6em;*/
	}
				
.header {
	width: 650px;
	margin-top: 15px;
	}
	
.main {
	text-align: left;
	width: 650px;
/*	background-image: url(images/girlfriends_content_bkgd.gif}; */
	}
	
.footer {
	width: 650px;
	font-weight: bold;
	margin-bottom: 10px;
	}
	
.footer	a:link	{
	color: white;
	text-decoration: none;
	text-align: right;
	font-weight: bolder;
	font-size: .6em;
	}
	
.footer	a:visited	{
	color: white;
	text-decoration: none;
	text-align: right;
	font-weight: bolder;
	font-size: .6em;
	}
		
.footer	a:active	{
	color: white;
	text-decoration: none;
	text-align: right;
	font-weight: bolder;
	font-size: .6em;
	}
		
.footer	a:hover {
	color: darkblue;
	text-decoration: none;
	text-align: right;
	font-weight: bolder;
	font-size: .6em;
	}
	
