html,body {
	margin: 0;
	padding: 0;
	background: #5AB5FA;
	background-image: url(images/grad.jpg);
	background-repeat: repeat-x;
	font-family: Arial; 
	font-size: 85%;
	}
a:link 	{ color:  white; text-decoration: none; }
a:visited { color: white; text-decoration: none; }
a:active { color: red; }
a:hover { color: red; }
table.main {
	position: relative;
	top: -700px;
	}
div.nav {
	position: absolute;
	top: 10px;
	left: 15px;
	}
div.loc {
	position: absolute;
	top: 150px;
	left: 15px;
	}
.title {
	font-size: 28px;
	}
.image {
	border-style:solid;
	border-color: black;
	border-width:2px;	}
.info {font-size: 75%;}
.quote { font-size:85%; font-weight: 700; font-style: oblique; margin: 
1cm 1cm 0cm 1cm; }
.quote2 { font-size:85%; font-weight: 400; font-style: oblique; margin: 
0cm 1cm 0cm 1cm; }
.body	{font-size: 85%;}

