You are on page 1of 2

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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67

body {
text-align: center;
background-color: #FEFEFE;
}
#Wrap{
width: 100%;
margin: 0 auto;
background-color: #FEFEFE;
}
#bodyWrap {
width: 100%;
font-family: "MS Sans Serif", Geneva, sans-serif;
font-size: 1em;
color: 000;
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
background-color: #FEFEFE;
}
#bannerWrap {
width: 100%;
background-color: #333333;
float: center;
font-family: "Trebuchet MS", Trebuchet MS, sans-serif;
font-size: 5em;
}
#topNavWrap {
height: 36px;
width: 100%;
text-align: center;
font-family: "Trebuchet MS", Trebuchet MS, sans-serif;
font-size: 2em;
line-height: 32px;
margin-top: 40px;
background-color: #FEFEFE;
}
#centerColWrap {
min-height: 450px;
width: 900px;
left: auto;
right: auto;
align: center;
margin: auto;
background-color: #FEFEFE;
}
#bottomBar {
min-height: 50px;
width: 100%;
margin-top: 25px;
text-align: center;
clear: both;
float: center;
line-height: 3em;
background-color: #333;
}
.bannerCopyWrap {
float: center;
text-align: center;
color: #FEFEFE;
}
.centerCopyWrap {
margin-top: 20px;
width: 100%;
float: left;
font-size: 1.25em;
text-align: left;

C:\Users\A00383678\Desktop\wwwportfoliopriscillathompson\css\portfolioStyle.css: 1/2

68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133

min-height: 450px;
}
.bottomBarCopyWrap {
width: 95%;
float: center;
font-size: 1.25em;
text-align: right;
color: "FEFEFE";
}
a:link {
text-decoration: none;
color: #666;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 1em;
}
a:visited {
color: #333
}
a:hover {background-color: #39F}
.bottomBarCopyWrap a:hover {background-color: #39F}
.bottomBarCopyWrap a:link {
float: right;
font-size: 1.25em;
text-align: right;
color: #FEFEFE;
}
.bottomBarCopyWrap a:visited {
color: #FEFEFE
}
.citation a:hover {background-color: #39F}
.citation a:link {
float: right;
text-align: right;
color: #FEFEFE;
}
.citation a:visited {
color: #FEFEFE
}
.title {
top-margin: 0;
font-family: "Trebuchet MS", Arial, Helvetica,
sans-serif;
font-size: 1.75em;
}
.image {
float: left;
border-color: #333;
border-width: 3px;
border-style: solid;
margin: 25px;
margin-left: 0px;
margin-top: 0px;
}
.citation {
width: 95%;
float: center;
text-align: right;
font-size: .75em;
color: "FEFEFE";
}

C:\Users\A00383678\Desktop\wwwportfoliopriscillathompson\css\portfolioStyle.css: 2/2

You might also like