/*
 * Style sheet for the CSS specification
 * For Christmas In Australia.
 */
body {
margin:0px;
width:100%;
padding-bottom:200px;
font-family: verdana, lucinda, arial, helvetica, sans-serif;
background-color: #ffe999;
}
a:link  { 
color: #5060ff; 
font-weight:normal;
line-height: 1.4em;
} 
a:visited { 
color: #990099; 
font-weight: normal;  
}  
a:hover { 
color: #ff0000; 
font-weight:normal; 
background-color:#99ffff;
text-decoration: none; 
} 
a:active {
color: #ff0000; 
font-weight: normal;
} 
h1, h2, h3, h4 {
color : #ff0000; 
text-align: center;
margin-bottom:1px;
margin-top:1px;
 }
p {
color: #000000;
margin-top:4px; 
margin-bottom:2px;
}
td {
text-align: left;
margin-top:2px;
margin-bottom:20px;
}
th {
font-size: 110%;
color: #ff0000;
text-align: center;
}
#nav td {
text-align: left;
margin:20px 40px;
}
#nav table {
width:100%;
font-weight:normal;
font-size:16px;
text-align: center;
font-size: 80%;
font-weight:bold;
background-color:#fff;
}
.head {
font-size:25px;
color:#f00;
background-color:#ddffff;
text-align:center;
}
p.head {
font-size:25px;
color:#f00;
background-color:#dff; 
}
#content {float: left;}

.menu { 
margin: 0px; 
padding: 0px; 
list-style-type: none; 
width: 200px; 
font-size: 99%;
font-weight: bold; 
float: left; 
background-color: #fff000; 
color: #de7008; 
border: 0px solid #de7008;
} 
.menu-head { padding-bottom: 1px; padding-left: 3px; background-color: #de7008; color: #f5deb3; border: solid 2px #de7008; margin-top: 0px; margin-bottom: 0px; margin-left: 0px; font-weight: bold; font-size: 99%; }

.menu li { 
/* border-bottom: solid 1px #000000;  */
padding-top: .1em;
	}
.menu a:link { 
font-weight: bold;
text-decoration: none;
background-color: #ffffff;
padding-left: 2px;
display: block;
  }
.menu a:visited {
font-weight: bold;
text-decoration: none; 
background-color: #ffffff; 
padding-left: 2px;
display: block; 
 }
.menu a:hover {
color: #ffffff;
background-color: #0000ff; 
text-decoration: none;  
padding-left: 2px;
display: block;
font-weight: bold;
} 
.menu a:active {
background-color: #ffff00; 
text-decoration: underline;  
color: #ff0000; 
padding-left: 2px;
font-weight: bold;
display: block;
} 









