style updates

This commit is contained in:
Chris Polis 2011-09-15 17:24:55 -07:00
parent 08bd042d6a
commit 1ddc257a29

View file

@ -1,10 +1,12 @@
body { body {
background-color: #355664; color: #585858;
color: #FCFCFC; background-color: #fff;
font-family: Arial,Helvetica,sans-serif; font-family:Tahoma,Century gothic, Arial,Tahoma,sans-serif;
} }
h1 { h1 {
font-size: 40px; font-size: 40px;
margin-bottom: 10px;
border-bottom: 1px solid #CCC;
} }
h1 small { h1 small {
font-size: 20px; font-size: 20px;
@ -12,8 +14,11 @@ h1 small {
nav { nav {
font-size: 20px; font-size: 20px;
} }
nav a {
margin-right: 20px;
}
a{ a{
color: #FCFCFC; color: #C30C0C;
text-decoration: none; text-decoration: none;
} }
a:hover { a:hover {