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

/* Link colors */
:link 		{ color: #FF0000 }
:visited 	{ color: #6600FF }
a:active 	{ color: #FF0000 }
a:hover 	{ color: #FF0099 }

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

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

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

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

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

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

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

/* Image captions */
H5 {
	color 		: #006600;
    font-family	: "Verdana", serif;
	font-size 	: x-small;
	font-style 	: normal;
	font-weight : bold;
    margin-top	: 0em;
	text-align 	: justify;
}

/* Sub-main headings (!) */
H6 {
	color 		: #006600;
    font-family	: "Verdana", serif;
	font-size 	: large;
	font-style 	: italic;
	font-weight : bold;
	text-align 	: justify;
}

