/* CSS Document */

body{	background:#e9967a  no-repeat center;}
a {	font-weight: bold;
	text-decoration: none;}
a:link {	color: #8b0000;}
a:visited {color: #8b0000;}
a:hover {background-color: #8b000;color: #FFF;}
a:active {color: #8b0000;}
#page {
	border: 3px dotted #ffa54a;
	width: 900px;
	height: 400px;
	font-size: 14px;
	margin: 30px 30px 30px 30px;
	background-color:#ffe4b5;
	filter:alpha(style=0,opacity=80);
}
p{	line-height: 140%;
	color: #363;
	margin:30px 80px;
}
h1 {
	font-size: 25px;
	font-weight: bold;
	font-family: "MS Arial",sans-serif;
	color: #fff;
	padding-top: 20px;
	padding-left:20px;
}
li {
	list-style: none;
	font-size: 14px;
	margin: 5px 160px;
	padding: 8px;
	width: 300px;
	background: #F3DCD6;
	border: 1px solid #69C;
}
address{
        color #363;
		font-style: normal; 
		font-weight: bold;
		text-align: center;
		padding: 5px;
		border-top: 3px dotted #ffa54a;
}
