15 lines
157 B
CSS
15 lines
157 B
CSS
h1, h2, h3 {
|
|
font-weight:bold;
|
|
}
|
|
|
|
p > strong > a, p > strong > a:hover {
|
|
text-decoration:none;
|
|
color:black;
|
|
}
|
|
|
|
/*
|
|
li {
|
|
margin-bottom:0;
|
|
}
|
|
*/
|