color changes

This commit is contained in:
Roland Gruber 2011-12-08 19:18:22 +00:00
parent 8e2419aa04
commit f473d5ba84
1 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@ h1,h2,h3,h4,p,ul,ol,li,div,td,th,address,blockquote,b,i {
font-family:Arial,Tahoma,Verdana,sans-serif; font-family:Arial,Tahoma,Verdana,sans-serif;
} }
h1,h2,h3 { color:#253aa3; } h1,h2,h3 { color:black; }
body { body {
background-color:#F5F5F5; background-color:#F5F5F5;
@ -85,7 +85,7 @@ padding:10px;
} }
legend { legend {
color:blue; color:black;
} }
select { select {
@ -184,7 +184,7 @@ tr.highlight {
/** subtitles */ /** subtitles */
.subTitle { .subTitle {
margin: 20px 0px 15px 0px; margin: 20px 0px 15px 0px;
border-bottom: 2px dotted black; border-bottom: 1px dotted black;
} }
.subTitleText { .subTitleText {