1
2 /** BASIC */
3
4 body {
5 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
6 color: #004784
7 }
8
9 a:link {
10 color: #004784
11 }
12
13 a:hover {
14 text-decoration: none;
15 }