Made a few pageoftext.com specific changes to allow for easier integration of potoss...
[potoss.git] / static / style.css
blobdbec70d2674015534bdb81f203c34dac9789bda2
1 body {
2 margin: 0; padding: 0;
3 font: normal 11px verdana;
4 color: #444;
7 a {
8 /* text-decoration: none; */
9 color: #666;
12 a:hover { color: #E2144A; }
14 .clearboth { clear: both; }
16 .pot { color:#933; }
18 .form {
19 color: #333;
20 font-size: 10px;
21 background-color: #fff;
24 #myel_why_list dt {
25 font-weight:bold;
26 margin-top:10px;
27 margin-left:20px;