IMG { border: none; }


BODY {
    background-color: #005DBC;
    background-image: url(images/hbr_bg_logo.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: left top;
	font-family: arial, verdana, sans-serif;
    font-size: 14px;
	color: #FFFFFF;
}


A:LINK {
    font-family: arial, verdana, sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    color: yellow;
    font-weight: normal;
    font-variant: normal;
    text-decoration: underline;
}


A:ACTIVE {
    font-family: arial, verdana, sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    color: FFFFCC;
    font-weight: normal;
    font-variant: normal;
    text-transform: normal;
    text-decoration: underline;
}


A:VISITED {
    font-family: arial, verdana, sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    color: FFFFCC;
    font-weight: normal;
    font-variant: normal;
    text-transform: normal;
    text-decoration: underline;
}


P {
    font-family: arial, verdana, sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    color: #FFFFFF;
    font-weight: normal;
    font-variant: normal;
    text-transform: normal;
    text-decoration: none;
    text-align: justify;
    width: 90%;
    text-indent: 4%;
	margin-left: 2%;
}



B  {
    color: yellow;
}

H1 {
    font-family: arial, verdana, sans-serif;
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    color: yellow;
    font-weight: bold;
    font-variant: normal;
    text-transform: normal;
    text-align: center;
}

H2 {
    font-family: arial, verdana, sans-serif;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    color: yellow;
    font-weight: bold;
    font-variant: normal;
    text-transform: normal;
    text-align: center;
}

H3 {
    font-family: arial, verdana, sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    color: yellow;
    font-weight: bold;
    font-variant: normal;
    text-transform: normal;
    text-align: center;
}


H4 {
    font-family: arial, verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    color: yellow;
    font-weight: bold;
    font-variant: normal;
    text-transform: normal;
    text-align: center;
}

P.LYRICS {
    margin-left: 4%;
}


.SMALLTEXT {
    font-size: smaller;
}

.MINILINK {
    font-variant: small-caps;
    color: red;
}


.INSTRUCTIONS {
    font-size: smaller;
    font-family: arial, verdana, sans-serif;
    color: #FFFF99;
}

.MENU {
    font-weight: bold;
}


