Blame view

samples/style.css 183 Bytes
eed3c9f67   tom200e   first file
1
2
3
4
5
6
7
8
9
10
  body {
  	font-family: Tahoma,Arial,Verdana;
  	font-size: 12px;
  	color: black;
  }
  
  a:link {color: #84c4e2;}
  a:visited {color:#84c4e2;}
  a:hover {color: #cd82ad;}
  a:active {color: #84c4e2;}