@charset "UTF-8";
/* CSS Document */
body {
	background-attachment: fixed;
	background-color: #CCCCCC;
	/*background-image: url(http://farm5.static.flickr.com/4034/4645210644_a163a74eaf_o.jpg); old background*/
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
}

table.main {
	width: 640px;}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 48px;
	font-style: italic;
	color: #000000;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: #000000;
}

h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #000000;
}
a:link {
	color: #292F88;
	text-decoration: none;
	
}
a:visited {
	color: #542E6F;
	text-decoration: none;
}
a:hover {
	color: #7F062C;
	text-decoration: none;

}

.displaynone { 
	display: none; 
}

ul.twitter li {
	padding-bottom: 1.5ex;
	list-style:none;

	
}ul.twitter {

	text-indent: 0;
	margin-left: 0;
	padding-left: 0;
	
}

