body {
	margin:0px;color:black;background-color:#E0FFFF;
	font-family : 'arial',sans-serif;
	font-size:12px;
}

p { margin-top: 2px; margin-bottom: 10px; }

.header {
	width:680px;
	height:80px;
	background-color:#CFECEC;	
	border: 1px solid black;
	border-bottom:5px solid blue;
	border-right:5px solid blue;
}
/*
.envelope  {
	width:680px;;
	height:600px;
	background-color:#E0FFFF;
	border: 1px solid black;
	padding-left:10px;
	padding-right:10px;
	top:90px;
	left:0px;
	position:absolute;
}

*/
ul {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
line-height: 2em;
font-weight: normal;
color: #000000;
text-decoration: none;
text-indent: 15px;
list-style-position: inside;
list-style-type: square;
padding: 6px;
margin: 2px;
}

A:Visited  {
	color : blue;
	text-decoration : none;
	font-weight:bold;
	font-family : 'arial', sans-erif;
/*	background-color : transparent;  */
}

A:Active  {
	color : blue;
	text-decoration : none;
	font-family : 'arial',sans-serif;
	font-weight:bold;
/*	background-color : #FFFF80; */ 
	background-color:transparent;
	text-size:8px;
}

A:Hover  {
	text-decoration : underline;
	color : red;
	font-weight : bold;
	background-color : #99FFFF;
	background-color : transparent;
}
	body		
		{
			margin: 0;
			padding: 0;
			text-align: center;
		}
		
		div#container		
		{
			margin: 1em auto;
			width: 700px;
			border: 1px solid #000;
			padding: 1em;
			background-color: #ddd;
			text-align: left;
background-image:url('images/fader.gif');
background-repeat: repeat-y;
background-position: right;	
border: 0px solid black;
border-left: 1px solid black;
border-bottom: 0px solid gray;
padding-right:30px;
		}
