/* sheetmus.css *//********************************************************    Mostly just color changes and element formattting.********************************************************/    body {    margin:0;    padding:0;}a:link,a:visited {    color:#990000;    padding-left:5%;    padding-right:5%;}a:link:hover,a:visited:hover {    color:#C90;}a:active {    color:#949983;}img {    border:0;}/* Create a colored bar for seperating page sections */hr {    margin:20px 0 0 0;    background-color:#990000;    height:2px;    border:0;}/* Accomodating IE here */     *html hr {                 margin:0;    color:#990000;}#banner {		background-image: url(/gsdl/images/vin/bback.jpg);	background-repeat: repeat;	}#home, #help, #prefs {    margin: 0 5px 0 5px;    padding:0;}    #nav {    font-family:sans-serif, 'sans serif';    font-size:medium;    font-weight:bold;    background-color:#990000;    color:#ffcc00;    margin:0;    padding:3px;}#nav a {    color:#DEDACD;    font-size:medium;    text-decoration:none;    margin:0 .05%;    display:inline;}*html #nav a {    margin:10px 10px;}#nav a:hover {    color:#F6F6D5;    text-decoration:underline;}    #nav span {    padding-left:5%;    padding-right:5%;}/* Previously used for text-based titles .maintitle, .subtitle {    font-size:x-large;    font-family:sans-serif;    padding:0;    margin:0;    width:50%;}        .maintitle {    color:#18346A;    border-bottom:2px groove #999;}.subtitle {    color:#104C8B;} *//* Various page formats */#page {    text-align:center;}.bib {    padding-left:5%;}.about li {    list-style-type:none;}/* Accomodating IE here */*html .about li ul {    margin:10px 0 0 0;}    
