Chapter 6: Creating a Dashboard
156
h1 {
font-size:1.2em;
color:#999;
}
h2{
font-size:1em;
color:#999;
}
h3{
font-size:.9em;
color:#999;
}
h4{
margin-top:0px;
margin-bottom:0px;
font-size:.8em;
color:#999;
}
p,li,td{
font-size:.8em;
}
a,a:link{
color:#999;
text-decoration:underline;
}
a:hover{
color:#ccc;
}
#main{
margin-left:10px;
width:700px;
height:auto;
}
#header{
font-size:12px;
margin-bottom:10px;
}