1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
/*
Geoffrey Elliott wrote these for the Ecce website, and they have been modified (somewhat)
by Mahin Hackler for the NWChem website
*/
body{
font-family: verdana, helvetica, sans-serif;
font-size: 12px;
bgcolor: #FFFFFF;
}
hr {
background-color: #F3EDDD;
color: #F3EDDD;
border: none;
height: 2px;
}
h1{
color: #6E6652;
font-weight: bold;
font-family: verdana, helvetica, sans-serif;
font-size: 26px;
}
h2{
color: #6E6652;
font-weight: bold;
font-family: verdana, helvetica, sans-serif;
font-size: 18px;
}
h3{
color: #6E6652;
font-weight: bold;
font-family: verdana, helvetica, sans-serif;
font-size: 16px;
}
#a{
# color: #006860;
#}
|