/* If you specify one measurement for margin, it will apply it to all sides of the box model.
    You may abbreviate the hexidecimal number for colors that use all the same number or letter
	by shortening it from 6 digits/letters to 3. */
body {
	background-image: url(images/bkgrnd.jpg);
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	color: #000000;
}

a:link {
	color: #003399;
}

v:link {
	color: #000099;
}

h1 {
	color: #003399;
	font-size: 240%;
	font-weight: bold;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

h2 {
	color: #990000;
	font-size: 150%;
	font-weight: bold;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

/* Since the page is laid out in tables, this is the primary font specification for the entire page. 
 Please be aware that all other variable fonts sizes you specify elsewhere will likely be rendered 
 in most browsers as a percentage of this percentage size. */

td {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 85%;
}

ul {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 105%;
}

.image {
	background-image: url(images/bkgrnd_scene.jpg);
	background-repeat: y;
}

.footer {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size : 75%;
}

.smtext {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 75%;
}