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.

22 lines
297 B

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