/* set all to 0 */
* {
margin: 0;
padding: 0;
}
A {
	color: #004a42;;
	font-family: georgia, times, serif;
        font-size: 90%;
	font-weight: bolder;
	text-decoration: none;
}
A:hover {
	color: Maroon;
	font-weight: bolder;
	text-decoration: underline;
}
body {
background-image: url(../images/back1.jpg);
}
body p {
	font-family: georgia, times, serif;
        color: #004a42;
        font-size: 75%;
        font-weight: normal;
        text-align: center;
}
img {
	vertical-align: middle;
	margin: 10px 0 10px 0;
	border: 1px solid #999;
}	