30 lines
291 B
CSS
30 lines
291 B
CSS
|
body {
|
||
|
background-color: #FAFAFA;
|
||
|
}
|
||
|
|
||
|
h1 {
|
||
|
margin: 0px;
|
||
|
line-height: 96px;
|
||
|
}
|
||
|
|
||
|
a.tiny {
|
||
|
color: #7900A7;
|
||
|
}
|
||
|
|
||
|
a.pin1 {
|
||
|
font-size: 14px;
|
||
|
color: #7900A7;
|
||
|
}
|
||
|
|
||
|
a:visited {
|
||
|
color: #7900A7;
|
||
|
}
|
||
|
|
||
|
.title {
|
||
|
color: #7900A7;
|
||
|
font-weight: bold;
|
||
|
font-size: 83px;
|
||
|
font-family: "Georgia";
|
||
|
}
|
||
|
|