/* change the body defaults */

/* the background colour sets the pale shade behind the main block of colour */

body {
	font-family: "Arial Narrow", Tahoma, Verdana, Helvetica, "Times New Roman", sans-serif, serif;
	font-size: Medium;
	background-color:#8080c0;
	color: #ffffff;
}


/* this is the menu/navigation bar at the top */
.menu {
	font-size: medium;
	color: #ffffff;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	background: #8080c0;
	padding-bottom: 3px;
}

/* change the navigation defaults */
a:link {
	color: #ffffff;
	text-decoration: underline;
}
a:visited{
	color: #ddddff;
	text-decoration: underline;
}
a:focus {
	color: #ffffdd;
	text-decoration: underline;
}
a:hover {
	color: #ffffdd;
	text-decoration: underline;
}
a:active {
	color: #ffffdd;
	text-decoration: underline;
}

/* this is the information bar at the bottom */

.binfo {

	font-size: smaller;
	font-weight: normal;
	text-align:center;
	color: #ffffff;
	border-top: 2px solid #FFFFFF;
	border-bottom: 0;
	background: #8080c0;
}


/* This defines the all-important H1 tag for the search engines but making it readable for the reader */
.title1 {
	font-size: large;
	font-weight: bold;
	text-align: right;
}

h1 {
	font-size: medium;
	font-weight: normal;
	text-align: right;
}

/* this defines atributes of the main content table */

#maintable {
background-color: #8080c0;
width: 750px;
}

/* This defines how the date should look */
.date {
	font-size: smaller;
	font-weight: normal;
	vertical-align: middle;
}

/* this defines atributes of the pictures tables */
.ritpics {
	border: 0px;
	background: #8080c0;
	padding: 0px;
	border-spacing: 0px;
}


/* change the navigation defaults for the pics table */
.ritpics a:link {
	color: #0000ff;
	border: 0px #000000;
	text-decoration: none;
}
.ritpics a:visited {
	color: #840084;
	border: 0px #000000;
	text-decoration: none;
}
.ritpics a:focus {
	color: #840084;
	border: 0px #000000;
	text-decoration: none;
}
.ritpics a:hover {
	color: #f840084;
	border: 0px #000000;
	text-decoration: none;
}
.ritpics a:active {
	color: #840084;
	border: 0px #000000;
	text-decoration: none;
}

/* change the navigation defaults for the email graphic */
.email a:link {
	color: #8080c0;
	text-decoration: none;
	border: 0px;
}
.email a:visited {
	color: #8080c0;
	text-decoration: none;
	border: 0px;
}
.email a:focus {
	color: #8080c0;
	text-decoration: none;
	border: 0px;
}
.email a:hover {
	color: #8080c0;
	text-decoration: none;
	border: 0px;
}
.email a:active {
	color: #8080c0;
	text-decoration: none;
	border: 0px;
}