a {
	color: #FF0000;
	background-color: #FFFFFF;
 	text-decoration: none;
	font-weight: normal;
	
}

a:hover {
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: underline;

}

h2 {
	font-size: 16pt;
	color: #FF0000;
	background-color: #FFFFFF;

}

ul {
	margin-left: 0; 
	padding-left: 0;

}
    
li {
	margin-left: 1.5em; 
	padding-left: 0;
	list-style: disc;

}

body {
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(background.jpg);
	background-attachment: fixed;
	font-family: verdana, sans-serif, arial;
	font-size: 10pt;

}

.quote {
      background-color: #FFD6D3;
	color: #000000;
      padding: 5px;
      width: 30%;
      text-align: center;
	font-size: 18pt;
	font-weight: bold;
      border: medium solid #FF0000;

}