a, a:active, a:hover, a:link, a:visited {
	color: #9b9b9b;
	text-decoration: none;
}

body {
	margin: 0px;
	background: #fff url('/images/blue.jpg') repeat-y fixed top left;
}

.info, h2 {
	font: x-small Georgia, serif;
	color: #fff;
        text-align: center;
}

p, form, input, li {
        text-align: justify;
	font: small Tahoma, sans-serif;
	color: #000;
}

p.center {
	text-align: center;
	font: small Tahoma, sans-serif;
	color: #000;
}

.pics {
        background-color: #fff;
        padding: 2px;
        border: 1px solid #000;
}

table {
	font: small Tahoma, sans-serif;
	color: #000;
}

.title, h1 {
	color: #000066;
	font: small-caps bold medium Georgia, serif;
        text-align: left;
        border-top: 1px solid #000066;
        border-bottom: 1px solid #000066;
        margin: 2px;
}