/* These styles define the columns that appear within the body of the page */

.leftcolumn {
	width:17%;
	background:#ffffff;
	float:left;
	}
.rightcolumn {
	width:80%;
	background:#ffffff;
	float:right;
	}
.fullcolumn {
	clear:both;
	width:60%;
	background:#ffffff;
	margin-left: 40%;
	}

.logo1 {
	width:30px;
	height:20px;
	}

.malcolm {
	margin-left: 40%;
	}

body {}


p {}

h1 {text-align: center;font-weight: bold}
h2 {text-align: center;}
h3 {text-align: center;}
h4 {text-align: left;}
h5 {text-align: center;}
h6 {text-align: right;}




a:link {}
a:hover {font-weight: bold}
a:visited {}
a:focus {font-weight: bold}
a:active {font-weight: bold}

img {}

border { }

table {}

tr { }

td { }




