html, body {
	width:100%;
	margin:0;
	padding:0;
}
body {
	background:url(../gfx/background.jpg);
	background-repeat: repeat;
	background-position:right;
	background-attachment:fixed;
	text-align:left;
}
/* Links */
a { text-decoration:none;}
a:link {color:#669966;}
a:visited {color:#666666;}
a:active {color:#CCCCCC;}
a:hover {color:#000000;}

h1 { font:small-caps bold italic Arial, Helvetica, sans-serif; color:#000099;}
h2 { font: bold Arial, Helvetica, sans-serif; color:#000099;}
p {
	color:#000033;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
}
li{ list-style-image: url("../gfx/bullet1.gif"); margin-left: 20px; font: small Arial, Helvetica, sans-serif; color:#006633;}
hr {border: none 0; 
	border-top: 1px dashed #c00;/*the border*/
	width: 80%;
	text-align: center;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	}

.showmotto {color: #CCCCCC; font-weight: bold;}
