﻿body {
	background-color: rgb(7,7,120);
	color: rgb(248,248,248);
	font-family: Tahoma;
}


p {
	font-size: small;
}


h1 {
	font-size: medium;
	font-variant: small-caps;
}

h2 {
	font-family: calibri;
	font-size: small;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
}

h4 {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #CCCCCC;
	font-weight: bold;
	font-variant: small-caps;
}


a:link {
	color: #0066FF;
}


a:visited {
	color: #3399FF;
}


a:hover {
	color: #FFFFFF;
}


table.menu {
	align: center;
	font-variant: small-caps;
}

table.weather {
	font-family: "Book Antiqua";
	font-size: medium;
}

table.forecast {
	font-family: "Arial";
	font-size: x-small;
	color: #DCDCDC;
}



a.menu:link {
	color: rgb(128,176,200);
}
a.menu:visited {
	color: #3399FF;
}
a.menu:hover {
	color: #FFFFFF;
}


