Project

General

Profile

1 3975 berkley
body
2
{
3
	font-size: 70%; /* Resets 1em to 10px */
4
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
5
	background-color: white;
6
	color: #333;
7
}
8
9
#page
10
{
11
  width: 700px;
12
  margin: 00px auto;
13
  border: 0px;
14
  background: #e7bd59;
15
}
16
17
img
18
{
19
  border: 0px;
20
}
21
22
p
23
{
24
  padding: 5px;
25
}
26 3983 berkley
27
.headerbar
28
{
29
  width: 650px;
30
  margin: 0px auto;
31
  border: 1px;
32
}
33
34
a:hover
35
{
36
  color:#e7bd59;
37
}