body{
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

h1{
	text-transform: uppercase;
	margin-top: 1em;
	font-weight: bold;
}

a{
	text-decoration: underline;
	font-weight: bold;
	color: #1270a9;
}
a:hover{
	text-decoration: underline;
	color: #265c6d;
}

#header a, #header a img{
	text-decoration: none;
	border: 0;
	color: #1270a9;
}

#navigation a:link, #navigation a:visited{
	text-transform: uppercase;
	border: 0;
	font-weight: bold;
	color: #1f4479;
	text-decoration: none;
}
#navigation a:hover{
	color: #2e68c8;
	background-image: url(http://www.ulcompsoc.org.uk/images/headermidbg.png);
}

#main{
	font-size: small;
	color: #333;
}

#col1 p#breadcrumbs{
	font-size: x-small;
}

#col1 h1:first-child, #col2 h1:first-child{
	margin-top: 0;
}

#col1 h1{
	font-size: 1.5em;
	margin-bottom: 0.25em;
}
#col1 h2{
	font-size: 1.25em;
	margin-top: 1em;
	margin-bottom: 0.25em;
}
#col1 h2#firstNews{
	margin-top: 0;
}
#col1 h2 a{
}
#col1 h3{
	margin-top: 1em;
}
#col1 p,#col1 h2, #col1 h3{
	margin-left: 10px;
}
#col1 p{
	margin-bottom: 1em;
}
#col1 p.date{
	font-weight: bold;
	margin-bottom: 0.75em;
	font-size: 0.75em;
}
#col1 li{
	margin-bottom: 0.5em;
}

#col2{
	font-size: small;
}
#col2 h1{
	font-size: 1.25em;
	margin-bottom: 0.5em;
}
#col2 dt{
	font-weight: bold;
	margin-top: 1em;
}
#col2 dt:first-child{
	margin-top: 0;
}
#col2 dt a{
	color: #1270a9;
}
#col2 li{
	font-size: small;
	list-style-type: square;
}

#footer p{
	text-align: center;
	font-size: x-small;
	color: #666;
	font-weight: bold;
}
