

div {

	border-style: solid;

	border-color: #C0C0C0;

	border-width: 2px;

	}



div.one {

	padding: 5px;

	width: 300px;

	height: 100px;

	}

	

div.two {

	width: 380px;

	padding: 5px;

	}



div.three {

	width: 500px;

	padding: 5px;
	background-color: white;
	}

	

	

div.four {

	width: 540px;

	padding: 5px;
	background-color: white;
	}





a.one {

	text-decoration: none;

	color: blue;

	font-size: 13pt;

	}

		

a.two {

	color: green;

	}

	

a.three {

	text-decoration: none;

	}

	

a.five {

	text-align: right;

	}



h3 {

	color: #000099;

	}



h5 {

	font-family: helvetica,courier,arial;

	color: white;

	}



.right {

	text-align: right;

	}	



.header {

	background-color: #339966;

	}

	

.headerpurple {

	background-color: #666699;

	}



