/****************************************************************************************************************/
/* What is it?		Style sheet for Kerry's website								*/
/* Date Written:	17 June 2009                                                                            */
/* Version:		1.5											*/
/****************************************************************************************************************/

body {
	background-color: #000044; 
	color: #FFF3B9
	}

table	{ 
	margin-left: auto;
	margin-right: auto
	}
	
a:link { 
	color: #33CCFF
	}
	
a:visited { 
	color: #FF6666
	}
	
a:hover { 
	color: #66FF99
	}

.noborder {
	border-style: none
	}

.link:first-letter {
	font-family: arial, helvetica, sans-serif;
	font-size: 150%
	}
	
.link {
	font-size: 100%;
	margin-top: 15px
	}
	
.toplink:first-letter {
	font-family: arial, helvetica, sans-serif;
	font-size: 150%
	}
	
.toplink {
	font-size: 100%;
	margin-top: 5px
	}
	
.thispage:first-letter {
	font-family: arial, helvetica, sans-serif;
	font-size: 150%
	}
	
.thispage {
	font-size: 100%;
	color: #33CCFF;
	margin-top: 15px
	}	
	
.hometop:first-letter {
	font-family: arial, helvetica, sans-serif;
	font-size: 150%
	}
	
.hometop {
	font-size: 100%;
	color: #33CCFF;
	margin-top: 5px
	}		
				
.heading {
	font-size: 150%;
	margin-top: 5px
	}
		
.smallprint {
	font-size: 75%
	}
	
.smallprintbigspace {
        margin-top: 40px;
	font-size: 75%
	}	
	
.blurb {
	margin-top: 20px
	}
			
.blurb-ul {
	margin-top: 20px;
	text-decoration: underline
	}	
	
.italic {
	font-style: italic;
	margin-top: 10px
	}

	



