* {
    font-family: Comic Sans MS;
}

html {
    background-color: #990000;
}

#bd {
    font-size: 120%;
}

h1, h2, h3 {
    color: #0066ff;
}	

.standard_border {
	background-color:#ffffff;
	margin:5px;
	padding:5px;
	border:2px solid #0066ff;
}

table {
    border: 0px;
    border-collapse: collapse;
    width: 700px;
}

th, td {
    vertical-align: top;
    white-space: nowrap;
    border-style: solid;
    border-color: #0066ff;
    border-width: 1px;
    padding: 4px;
}

th {
    color: #ffffff;
    background-color: #009a9c;
    border-color: #000000;
}

hr {
    color: #515128;
    background-color: #515128;
    height: 5px;
}

.event {
    color: red;
}

a {
    color: #0066ff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

div.bd {
  background-color: #0066ff;
}

.yuimenuitemlabel, .yuimenubaritemlabel {
    font-size: 120%;
}

.yuimenubaritemlabel {
	font-weight: bold;
}

.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel, 
.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-hassubmenu {
    background-color: #0066ff;
    color: #ffffff;
}

.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-selected,
.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-hassubmenu-selected {
    background-color: #ffffff;
    color: #0066ff;
}

.yui-skin-sam .yuimenubaritem .yuimenuitemlabel {
	color: #0066ff;
    background: none;
}

.yui-skin-sam .yuimenubaritem .yuimenuitem {
    background-color: #ffffff;
}

.yui-skin-sam .yuimenubaritem .yuimenuitemlabel-selected {
	color: #ffffff;
    background: none;
}

.yui-skin-sam .yuimenubaritem .yuimenuitem-selected {
    background-color: #0066ff;
}