-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcss.htm
More file actions
14 lines (14 loc) · 1.22 KB
/
css.htm
File metadata and controls
14 lines (14 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<style type="text/css">
<!--
.head { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold; color: #666666; text-decoration: none}
.text { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: normal; color: #000000; text-decoration: none}
.text:hover { text-decoration: underline }
.title { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: bold; color: #000000; text-decoration: none}
.titlew { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: bold; color: #FFFFFF; text-decoration: none}
.Blue { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #330099; text-decoration: none}
.Black { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #000000; text-decoration: none }
.small { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; color: #333333; text-decoration: none}
.orange { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; color: #990000; text-decoration: none}
.orange:hover { text-decoration: underline }
-->
</style>