12 lines
319 B
CSS
12 lines
319 B
CSS
body { font: 14px/1.3 verdana, arial, helvetica, sans-serif; }
|
|
h1 { font-size:1.3em; }
|
|
h2 { font-size:1.2em; }
|
|
a:link { color:#33c; }
|
|
a:visited { color:#339; }
|
|
p { max-width: 60em; }
|
|
|
|
/* so linked image won't have border */
|
|
a img { border:none; }
|
|
|
|
.pic-center { text-align: center; }
|
|
.text-center {text-align: center;} |