
/* nirrad style sheet */


body {
	background-color: #e7e9ed;
     }

a:link {
	color: #000066;
	}

a:visited {
	color: #333399;
	}

a:active {
	color: #333399;
	}

a:hover {
	color: #333399;
	}

h1 {
	font-family: sans-serif;
	font-size: x-large;
	font-color: #333399;
	}

h2 {
	font-family: sans-serif;
	font-size: large;
	}

h3 {
	font-family: sans-serif;
	font-size: medium;
	}

h4 {
	font-family: sans-serif;
	font-size: small;
	}

p {
	font-size: small;
	color: black;
	font-family: sans-serif;
	}

img {
	border: 0;
	}

.thumb {
	border: 1;
	}