﻿/* Cascading Style Sheet for http://wwwstudent.brighton.ac.uk/~mjc5 */

body 	{ 
		margin-left: 10px; 
		margin-right: 10px; 
		margin-top: 10px; 
		font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
		font-size: 10pt; 
		background-color: #333333; 
		color: Silver; 
		}

.Content { 
		background-color: #C0C0C0; 
		background-image: url('TopGrad.jpg');
		background-repeat: repeat-x;
		color: black; 
		}

h1 		{ 
		margin-top: 0em; 
		margin-bottom: 0em; 
		font-size: 18pt; 
		}

h2 		{ 
		font-style: italic; 
		font-size: 16pt; 
		}

a 		{ 
		text-decoration: none; 
		}

body a 	{ 
		color: #00C0F0;
		background-color: #333333;
		}

.Content a { 
		color: #0000CF; 
		background-color: #C0C0C0;
		}

a:hover { 
		color: #f00; 
		}

.Content a:hover { 
		color: #ff0000;
		background-color: #D0D0D0; 
		}

.Content table {
		border-style: none;
		}

p, li 	{ 
		font-size: 10pt; 
		}

a:link img, a:visited img {
		border-style: none
		}

abbr, acronym { 
		border-bottom: 1px dashed #666;
		cursor: help;
		}