/* content.css - Stylesheet for content pages */

a:link {
	color: red;
	text-decoration: underline;
}

a:visited {
	color: purple;
	text-decoration: underline;
}

a:hover {
	color: #FF8C00;
	text-decoration: none;
}

a.navbar:link, a.navbar:visited {
	color: #009900;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

a.navbar:hover {
	color: #FF6600;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: right;
}

body {
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

br.both {
	clear: both;
}

div.navbar {
	text-align: center;
}

div.ss {
	font-size: 10px;
	text-align: center;
}

h1 {
	color: #009900;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-align: center;
}

h1#head {
	color: #FFcc00;
	font-family: Arial, Helvetica, "Arial Black", sans-serif;
	font-size: 32px;
	text-align: left;
}

h2 {
	color: #FFcc00;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: left;
}

hr.hr1 {
	width: 80%;
	text-align: center;
}

p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

p.discount {
	color: red;
	font-size: 125%;
	font-weight: bold;
	text-align: center;
}

p.footer {
	color: #FF6600;
	font-size: 80%;
	text-align: center;
	font-weight: bold;
}

table#body {
	width: 100%;
	margin: 0px auto auto 0px;
}

table.discount {
	background-color: yellow;
	text-align: center;
}

td#head {
	background-color: #009900;
	height: 100px;
}

td#head h1 {
	color: Lime;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 28px;
	text-align: center;
}

td#main {
	padding: 10px 10px 10px 10px;
}

td.centred40pc {
	width: 40%;
	text-align: center;
}

td.width60pc {
	width: 60%;
}

ul {
	margin-left: 10px;
	list-style: disc;
	color: green;
}

.centred {
	text-align: center;
}

.left {
	text-align: left;
}

.small {
	font-size: 85%;
}

.underline {
	text-decoration: underline;
}
