-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
31 lines (23 loc) · 1.55 KB
/
styles.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<style type = "text/css">
<!--
/*--------Global attributes-------*/
body {font-family: verdana, helvetica, arial, sans-serif; font-size: 12px; color: #000000; background-color: #FFFFFF; margin: 0px 0px 0px 0px }
td {font-family: verdana, helvetica, arial, sans-serif; font-size: 12px; color: #000000; vertical-align: top;}
table {width: 100%; margin: 0; border-width: 0;}
a:link {font-family: verdana, helvetica, arial, sans-serif; font-size: 12px; text-decoration: none; color:#000000;}
a:visited {font-family: verdana, helvetica, arial, sans-serif; font-size: 12px; text-decoration: none; color:#000000;}
a:hover {font-family: verdana, helvetica, arial, sans-serif; font-size: 12px; text-decoration: none; color:#4682B4;}
.centerVert {vertical-align: middle;}
.bottomVert {vertical-align: bottom;}
/*--------------Fonts---------------*/
.smallblack {color:#000000; font-size: 9px;}
.smallblack a:link {color:#000000; font-size: 9px; text-decoration: underline;}
.smallblack a:visited {color:#000000; font-size: 9px; text-decoration: underline;}
.smallblack a:hover {color:#000000; font-size: 9px; text-decoration: underline;}
/*------------Form Styles-----------*/
.textbox { font-family: verdana, helvetica, arial, sans-serif; font-size: 10px; font-weight: normal; color: #000000; border-style: solid; border-width: 1px; border-color:#000000;}
/*-----------Image borders----------*/
.border1 { border width: 1px; border-color:#FFFFFF; border-style: solid }
.border2 { border width: 1px; border-color:#2F6355; border-style: solid }
-->
</style>