Files
autopsy/global.css
2011-10-13 11:22:34 -04:00

20 lines
252 B
CSS

h3 {
font-size: 18px;
color: #000000;
}
h2 {
font-size: 20px;
color: #000000;
}
h1 {
font-size: 24px;
color: #000000;
}
body {
font-family: Helvetica, Geneva, Arial, sans-serif;
font-size: 14px;
color: #000000;
#background-color: #dedede;
}