-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathSTYLE.css
More file actions
21 lines (20 loc) · 695 Bytes
/
STYLE.css
File metadata and controls
21 lines (20 loc) · 695 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
a.two:link,a.two:visited
{display:block;
font-weight:bold;
color:black;
background-color:#00FFFF;
width:120px;
text-align:center;
padding:4px;
text-decoration:none;}
a.two:hover,a.two:active
{background-color:black;color:#00FFFF;}
a.one:link {color:#00FFFF;text-decoration:none;}
a.one:visited {color:#00FFFF;text-decoration:none;}
a.one:hover {text-decoration:underline;}
a {text-decoration:none;font-variant:small-caps;}
body {background-color:black;text-align:center;}
table,th,td{border: 10px solid #00FFFF}
p {color:#00FFFF;font-variant:small-caps;}
h1 {color:#00FFFF;font-variant:small-caps;text-align:center;font-weight:bold}
h2 {color:#00FFFF;font-variant:small-caps;font-size:36pt;}