.center {text-align: center}
.right {text-align: right}
.left {text-align: left}
.just {text-align: justify}
.bold {font-weight: 700}
.boldlarger {font-weight: 700; font-size: 150%}
.boldsmaller {font-weight: 700; font-size: 80%}
.boldmlg {font-weight: 700; font-size: 110%}
.boldcenter {font-weight: 700; text-align: center}
.red {color: #ff0000}
.boldblue {color: #3300ff; font-weight: 700}
.boldred {color: #ff0000; font-weight: 700}
.back1 {background-color: #ff0000}
.back2 {background-color: #3399ff}
.xlarge {font-size: 300%}
.larger {font-size: 150%}
.largercent {font-size: 150%; text-align: center}
.xlargecent {font-size: 200%; text-align: center}
.smaller {font-size: 80%}
.largered {color: #ff0000; font-size: 125%}
.seriffont {font-family: Georgia, serif}
.sansfont {font-family: Verdana, sans-serif}
.indented {padding: 1px 4em 1px 4em}
.middle {font-size: 100%}
.font16 {font-size: 16px}
.font12 {font-size: 12px}
.font20 {font-size: 20px}
.font20i {font-size: 20px; font-style: italic}
.font18 {font-size: 18px}
.font28 {font-size: 28px}

A.menulink {
display:block;
width:150px;
text-align:left;
text-decoration:none;
font-family:arial, sans-serif;
font-size:18px;
color:#3300ff;
BORDER:none;
border:solid 0px #000000;
}

A.menulink:hover {
border: solid 0px #6100c1;
background-color:#ffff33;
}
