BODY{
	background-color: #35C;
	background-image: url("images/sky.jpg");
	background-attachment: fixed;
	background-position: top left;
	background-repeat: no-repeat;
	color: navy;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	line-height:1.5;
	margin: 0px;
	}

A img{
	border: none;
	}

A:link{
	color: #FC0;
	text-decoration: none;
	}

A:visited{
	color: #B90;
	text-decoration: none;
	}

A:active{
	color: #FF0;
	text-decoration: none;
	}

A:hover{
	color: #FF0;
	text-decoration: underline;
	}

B{
	color: #9C3;
	}

H1{
	border-bottom: 1px solid #9BF;
	color: #9BF;
	font-size: 20px;
	margin: 0px;
	text-align: left;
	}

H2{
	color: white;
	font-size: 15px;
	margin: 0px;
	text-align: left;
	}

H3,H4{
	color: yellow;
	}

H4{
	font-style: italic;
	margin: 0px;
	}

#menu{
	width: 100%;
	height: 30px;
	font-size: 14px;
	color: white;
	border: none;
	border-bottom: 1px solid #9BF;
	}

#menu td{
	text-align: center;
	border-left: 1px solid #9BF;
	}

#menu a{
	color: white;
	font-weight: bold;
	text-decoration: none;
	}

#menu a:hover{
	color: yellow;
	text-decoration: underline;
	}

#menu .tdl{ 
	border-right: 1px solid #58E;
	}

#pic{
	float: right;
	width: 256px;
	}

#text{
	background-color: #35C;
	color: white;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 20px;
	}

#copy{
	border-bottom: 1px solid #24B;
	color: #24B;
	font-size: 10px;
	margin: 0px;
	padding-bottom: 10px;
	text-align: left;
	}

.img{
	border: 2px solid white;
	float: right;
	margin: 0px 0px 20px 20px;
	}

.captext{
	color: yellow;
	font-size: 11px;
	margin:0px;
	}