You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
349 B

6 years ago
a {
font-family: inherit;
color: #2ba6bc;
}
a:hover,
a:focus {
6 years ago
color: #2795b6;
6 years ago
}
6 years ago
p {
font-family: inherit;
}
body {
font-family: 'Century Gothic', 'Trebuchet MS', Helvetica, Arial, sans-serif;
6 years ago
font-style: normal;
cursor: default;
color: #222222;
margin: 0px;
padding: 0px;
6 years ago
}
hr {
border: 0;
height: 0;
width: '100%';
}