/* style sheet for relativity site */
/* body */
body {
    margin-top: 0px;
    margin-left: 0px; 
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    background-color: black }

/* Header 1 */
h1 {
    font-family: Helvetica, Geneva, Arial,
          SunSans-Regular, sans-serif }
  
/* Links */
a { text-decoration: none }
a:link { color: #FF9900}
a:visited { color: #FF9900}
a:hover{background-color:#662200; }

/* Titles e.g. in blibiography and glossary */
.title {color: #6F6}

/* Navigation Table styles */
.rule {background-color: #666666;}
TD.menuover {
	background-color: #662200; }
TD.menuout {
	background-color: black; }

/* Drop-down menu style */
select { text-decoration: none ;
text-color: #FF9900 ;
background-color:#662200; }


/* Background styles */

.repeatBgX {
	background-repeat: repeat-x;
}

.repeatBgY {
	background-repeat: repeat-y;
}

.repeatBgNO {
	background-repeat: no-repeat;
}
.stationaryBG {
	background-attachment: fixed;
	background-repeat: no-repeat;
}
