28 lines
358 B
Text
28 lines
358 B
Text
:css
|
|
body{
|
|
width:600px;
|
|
font-family: 'Helvetica',sans-serif;
|
|
}
|
|
#container{
|
|
}
|
|
header{
|
|
margin-bottom: 25px;
|
|
}
|
|
p{
|
|
padding:5px;
|
|
}
|
|
p.small{
|
|
font-size:smaller;
|
|
color:#999;
|
|
font-style:italic;
|
|
}
|
|
a{
|
|
color:#107FC9;
|
|
font-weight:bold;
|
|
}
|
|
a:hover{
|
|
color: #22AAE0;
|
|
}
|
|
a:active{
|
|
color: #005D9C;
|
|
}
|