2010-09-14 04:02:57 +00:00
|
|
|
body {
|
2011-06-20 03:00:14 +00:00
|
|
|
font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'Trebuchet MS', 'Helvetica', 'Arial', sans-serif;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 20px;
|
|
|
|
color: #555555;
|
2010-09-14 04:02:57 +00:00
|
|
|
text-align: center;
|
|
|
|
text-rendering: optimizeLegibility;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
}
|
2011-06-20 03:00:14 +00:00
|
|
|
|
2010-09-14 04:02:57 +00:00
|
|
|
h1 {
|
2011-06-20 03:00:14 +00:00
|
|
|
padding-top:250px;
|
2010-10-28 03:05:36 +00:00
|
|
|
padding-bottom: 50px;
|
2011-06-20 03:00:14 +00:00
|
|
|
font-size:5em;
|
2010-09-14 04:02:57 +00:00
|
|
|
}
|
2011-06-20 03:00:14 +00:00
|
|
|
|
2010-09-14 04:02:57 +00:00
|
|
|
a, a:visited {
|
|
|
|
text-decoration:none;
|
2011-06-20 03:00:14 +00:00
|
|
|
color: #555555;
|
2010-09-13 08:58:49 +00:00
|
|
|
}
|
2011-06-20 03:00:14 +00:00
|
|
|
|
|
|
|
p a, a:visited {
|
|
|
|
color: #003377;
|
2010-10-28 03:05:36 +00:00
|
|
|
}
|
2011-06-20 03:00:14 +00:00
|
|
|
|
2010-09-13 08:58:49 +00:00
|
|
|
a:hover {
|
2011-06-20 03:00:14 +00:00
|
|
|
color: #000000;
|
|
|
|
border-bottom: 1px dotted #000000;
|
2010-09-14 04:02:57 +00:00
|
|
|
}
|
2011-06-20 03:00:14 +00:00
|
|
|
|
2010-09-14 04:02:57 +00:00
|
|
|
ul, li {
|
|
|
|
list-style-type: none;
|
|
|
|
display: inline;
|
|
|
|
padding-left: 25px;
|
|
|
|
padding-right: 25px;
|
2010-09-14 05:21:05 +00:00
|
|
|
}
|
2011-06-20 03:00:14 +00:00
|
|
|
|
2010-09-14 05:21:05 +00:00
|
|
|
input {
|
|
|
|
text-align: center;
|
2010-09-13 08:58:49 +00:00
|
|
|
}
|