
body {
	background-color: light;
	font-family: Arial, Arial, Helvetica, sans-serif;
	color: #3128a2;
}

a:link {text-decoration: none}
a:visited {text-decoration: none}
a:active {text-decoration: none}
a:hover {text-decoration: none;background:lightblue;}

.regular-text{
	font-size: 14px;
}

img.right { 
    float: right; 
    clear: right;
    margin-top: 8;
    margin-left: 8;
    margin-bottom: 8;
}

img.left { 
    float: left; 
    clear: left;
    margin-top: 8;
    margin-right: 8;
    margin-bottom: 8;
}

.news{
    font-size: 13px;
    background-color: lightblue;
    color: darkblue;
}

h1{
    font-style: italic;
    text-decoration: underline;
}

h2{
    font-style: bold;
    text-decoration: none;
    font-size: 15px;
}

h3{
    font-style: bold;
    text-decoration: none;
    font-size: 13px;
}

.under_construction{
    font-style: oblique;
}

table.guestbook{
    background-color: ;
    font-size: 14px;
}

