/* These are the external styles */

ul { 
	color: #FFFFFF;
	font-family: Trebuchet MS;
}

body { 
	background-color: #003366;
}

h1 {
	font-weight: bold;
	color: #FFFFFF;
	font-family: Trebuchet MS;
	font-size: 36pt;
}

h2 {
	font-weight: bold;
	color: #FFFFFF;
	font-family: Trebuchet MS;
	font-size: 16pt;
}

h3 {
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Trebuchet MS;
	font-size: 36pt;
}
	
h4 {
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Trebuchet MS;
	font-size: 12pt;
}

h5 {
	font-weight: bold;
	color: #FFFFFF;
	font-family: Trebuchet MS;
	font-size: 12pt;
}

h6 {
	font-weight: bold;
	color: #FFFFFF;
	font-family: Trebuchet MS;
	font-size: 23pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
}	

h7 {
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Trebuchet MS;
	font-size: 14pt;
}

p {
	color: #FFFFFF;
	font-family: Trebuchet MS;
}

table {
	color:#FFFFFF;
	font-family: Trebuchet MS;
	font-size: 12pt;
}
		
img {
	vertical-align: middle;
}

a:link{
	color: #99CCFF;
}

a:visited {
	color: #6699CC;
}

a:hover {
	font-weight: bold;
  	font-style: italic;
}

.center {/* center elements */
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.boys {
	font-size: 12pt;
	font-family: Trebuchet MS;	
	border-style: double;
	border-color: #99CCFF;
	border-width: medium;
}

.linkies {
	font-size: 12pt;
	font-family: Trebuchet MS;	
	border-style: double;
	border-color: #CC99FF;
	border-width: medium;
}

.girls {
	font-size: 12pt;
	font-family: Trebuchet MS;	
	border-style: double;
	border-color: #FF99CC;
	border-width: medium;
}

.bold {
	font-weight: bold
}

.italic {
  	font-style: italic;
}

.italicgreen {
	font-style: italic;
	color: #77ff99;
}
.italicpurple {
	font-style: italic;
	color: #CC99FF;
}
.italicblue {
	font-style: italic;
	color: #99ccff;
}

.headings {
	font-style: italic;
	color: #FFFFFF;
	font-family: Trebuchet MS;
	font-size: 16pt;
}