/* Style sheet for the SASAUG Web Site

Designed by Robin Hounsome

*/

a.menu:link {
color: white;
font-weight: bold;
}

a.menu:visited {
color: white;
font-weight: bold;
}

a.menu:active {
color: white;
font-weight: bold;
}

a.menu:hover {
color: yellow;
font-weight: bold;
background-color: #24D788;
}

a.main:link {
color: blue;
font-weight: bold;
}

a.main:visited {
color: blue;
font-weight: bold;
}

a.main:active {
color: blue;
font-weight: bold;
}

a.main:hover {
color: white;
font-weight: bold;
background-color: #2AE69B;
}


b {
color: black;
}

body {
font-family: Arial,Helvetica,Switzerland,Sans;
font-weight: normal;
color: white;
}

code {
font-size: larger;
font-weight: bold;
color: yellow;
}

h1 {
font-family: Arial,Helvetica,Switzerland,Sans;
font-weight: bold;
font-style: normal;
color: white;
}

h2 {
font-family: Arial,Helvetica,Switzerland,Sans;
font-weight: bold;
font-style: italic;
color: black;
}

h3 {
font-size: 120%;
font-family: Arial,Helvetica,Switzerland,Sans;
font-weight: bold;
font-style: normal;
color: blue;
}

h4 {
font-family: Arial,Helvetica,Switzerland,Sans;
font-weight: bold;
font-style: normal;
color: white;
}

p {
font-family: Arial,Helvetica,Switzerland,Sans;
font-style: normal;
color: black;
}

td {
font-family: Arial,Helvetica,Switzerland,Sans;
font-size: 80%;
font-style: normal;
color: black;
}

th {
font-family: Arial,Helvetica,Switzerland,Sans;
font-size: 100%;
font-style: normal;
font-weight: bold;
color: black;
}

.flash {
font-family: Arial,Helvetica,Switzerland,Sans;
font-weight: bold;
color: red;
background-color: yellow;
}

.bg-colour {
background-color: blue;
}
.sel-colour {
background-color: cyan;
font-weight: bold;
}

.title {
font-family: Arial,Helvetica,Switzerland,Sans;
font-size: 200%;
font-weight: bold;
font-style: italic;
color: black;
}

.date {
font-family: Arial,Helvetica,Switzerland,Sans;
font-size: 150%;
font-weight: bold;
color: white;
}

.except_date {
font-family: Arial,Helvetica,Switzerland,Sans;
font-size: 150%;
font-weight: bold;
color: red;
background-color: yellow;
}
