/* 
Project: Speaking Volumes
Filename: screen.css
Date: July 25th 2005
Author: Malcolm Elsworth
*/

body {
	margin: 0px auto;
	padding: 0;
	font-family: Verdana, sans-serif;
	text-align: center;
	color: #424242;
	background: #E3DED9;
	line-height:1.2em;
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
	}
html>body { /* be nice to Opera */
	font-size: small;
}

h1, p {
	margin: 0;
	margin-bottom: 10px;
	}
	
a:link, a:visited {
	color: #4C0D3C;
	}
a:hover, a:active {
	color: #000;
	text-decoration: none;
	}



#content {
	width: 540px;
	margin-top:50px;
	margin: 50px auto;
	}


