/* A basic style sheet for the new WSRA site - by Andy Cox */

/* Link colors */
:link 		{ color: #FF00FF }
:visited 	{ color: #800080 }
a:active 	{ color: #FF0000 }
a:hover 	{ color: #FF0000 }

/* Body */
BODY {
    background	: #FFFFFF;

    /* Default font styling */
  	color 		: #000080;
    font-family	: "Verdana", serif;
    font-size	: small;
	font-style 	: normal;
	font-weight : normal;
	text-align 	: justify;
}

/* Paragraph */
P  {
	color 		: #000080;
    font-family	: "Verdana", serif;
    font-size	: small;
	font-style 	: normal;
	font-weight : normal;
	text-align 	: justify;
}

/* Main heading */
H1  {
	color 		: #FF0000;
    font-family	: "Verdana", serif;
	font-size 	: x-large;
	font-style 	: italic;
	font-weight : bold;
	text-align 	: justify;
}

/* Date information */
H2  {
	color 		: #FF0000;
    font-family	: "Verdana", serif;
	font-size 	: xx-small;
	font-style 	: normal;
	font-weight : bold;
	text-align 	: justify;
}

/* Copyright notice */
H3  {
	color 		: #000080;
    font-family	: "Verdana", serif;
	font-size 	: xx-small;
	font-style 	: normal;
	font-weight : normal;
	text-align 	: justify;
}

/* Sub headings */
H4 {
	color 		: #FF0000;
	font-family	: "Verdana", serif;
    	font-size	: small;
	font-style 	: normal;
	font-weight 	: bold;
	text-align 	: justify;
	margin-top	: 1em;
	margin-bottom	: 1em;
}

/* Image captions */
H5 {
	color 		: #000080;
    font-family	: "Verdana", serif;
	font-size 	: xx-small;
	font-style 	: normal;
	font-weight : bold;
    margin-top	: 0em;
	text-align 	: justify;
}

/* Sub-main headings (!) */
H6 {
	color 		: #FF0000;
    font-family	: "Verdana", serif;
	font-size 	: large;
	font-style 	: normal;
	font-weight : bold;
	text-align 	: justify;
}

H7 {
	color 		: #FF0000;
    	font-family	: "Verdana", serif;
	font-size 	: x-small;
	font-style 	: normal;
	font-weight 	: normal;
	text-align 	: justify;
}