/* A basic style sheet for Rowing write-ups - by Andy Cox */

/* Link colors */
:link 		{ color: #99FF33 }
:visited 	{ color: #99FFFF }
a:active 	{ color: #FF33FF }
a:hover 	{ color: #FF33FF }

/* Body */
BODY {
    background	: #660033;

    /* Default font styling */
  	color 		: #FFFFFF;
    font-family	: "Verdana", serif;
    font-size	: x-small;
	font-style 	: normal;
	font-weight : normal;
	text-align 	: justify;
}

/* Paragraph */
P  {
	color 		: #FFFFFF;
    font-family	: "Verdana", serif;
    font-size	: x-small;
	font-style 	: normal;
	font-weight : normal;
	text-align 	: justify;
}

/* Main heading */
H1  {
	color 		: #FFFF00;
    font-family	: "Verdana", serif;
	font-size 	: x-large;
	font-style 	: italic;
	font-weight : bold;
	text-align 	: justify;
}

/* Date information */
H2  {
	color 		: #FFFF00;
    font-family	: "Verdana", serif;
	font-size 	: large;
	font-style 	: normal;
	font-weight : bold;
	text-align 	: justify;
}

/* Copyright notice */
H3  {
	color 		: #33FFFF;
    font-family	: "Verdana", serif;
	font-size 	: xx-small;
	font-style 	: normal;
	font-weight : bold;
	text-align 	: justify;
}

/* Sub headings */
H4 {
	color 		: #FFFFFF;
    font-family	: "Verdana", serif;
    font-size	: x-small;
	font-style 	: normal;
	font-weight : bold;
	text-align 	: justify;
}

/* Image captions */
H5 {
	color 		: #FFFFFF;
    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 		: #FFFF00;
    font-family	: "Verdana", serif;
	font-size 	: large;
	font-style 	: italic;
	font-weight : bold;
	text-align 	: justify;
}
