RASCSI/src/php/rascsi_styles.css

29 lines
368 B
CSS
Raw Normal View History

body {
color: black;
background-color: white;
font-family: Arial, Helvetica, sans-serif;
text-decoration:none;
}
h1 {
color: white;
font-size:20px;
background-color:black;
}
h2 {
color: black;
font-size:16px;
margin: 0px;
}
a {
text-decoration: none;
}
table, tr, td {
border: 1px solid black;
border-collapse:collapse;
margin: none;
}