@CHARSET "UTF-8";
@import url(http://www.fabinet.up.ac.za/static/stylesheet/reset.css);
@import url(http://www.fabinet.up.ac.za/static/stylesheet/fixed3collayout.css);

html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande", Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 12px;
	color: #444;
	background-color: white;
}

/* Link styling */
a {
	text-decoration: none;
	color: green;
}
a:hover {
	text-decoration: underline;
	background-color: transparent;
	color: green;
}
a:visited {
	text-decoration: none;
	color: green;
}
a img {
	border: 0px;
}

/* Top section / header styling */
#topsection {
	background-image: url(http://www.fabinet.up.ac.za/resources/layout/fabiheadmast.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

/* Menu parts / boxes */
#menupart {
	background-color: #f7f7f7;
	border: 1px solid #dfdfdf;
	padding: 0px;
	margin-bottom: 4px;
	margin-top: 2px;
	font-size: 12px;
	line-height: 1em;
}
#menupart ul {
	margin-left: 1px;
}
#menupart li {
	/* list-style: none outside; */
	border: 1px solid transparent;
	border-left: 3px solid transparent;
	padding: 2px 3px;
	margin: 1px 0px;
}
#menupart li:hover {
	border: 1px solid #d0d0d0;
	border-left: 3px solid #d0d0d0;
}
#menupart a {
	display: block;
}
#menupart a:hover {
	text-decoration: none;
	background-color: white;
}
#menupart h1 {
	font-size: 12px;
	display: block;
	padding: 5px 2px;
	background-color: #d0d0d0;
}
#menupart p {
	color: grey;
	text-align: justify;
}

/* Middle content section */
#contentcolumn h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin-top: 5px;
}
#contentcolumn h1 {
	font-size: 18px;
	margin-top: 1px;
	margin-bottom: 5px;
	padding-bottom: 3px;
	border-bottom: 1px solid #dedede;
}
#contentcolumn h2 {
	font-size: 16px;
}
#contentcolumn h3 {
	font-size: 14px;
}
#contentcolumn h4 {
	font-size: 12px;
	font-weight: bold italic;
}
#contentcolumn img {
	border: none;
	padding: 3px;
}
#contentcolumn p {
	text-align: justify;
}

table .headrow {
padding: 5px 10px 3px 0px;
font-size: 1.3em;
width: 260px;
}

/* Footer styling */
#footer {
	border-top: 1px solid #d0d0d0;
}
<!-- Script ran for 0.197932958603 seconds -->
