/*This is the core style sheet of the Screenshot Utility web site.*/

body {
background-color : #ffffff; 
background-image : url(images/stripe.gif);
margin-top : 1%;
align : center;
}

p {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
line-height : 15px;
text-align : left;
margin-left : 3%;
margin-right : 2%;
}

p.bold {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
line-height : 15px;
font-weight : bold;
text-align : left;
margin-left : 3%;
margin-right : 2%;
}

p.menu {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
font-weight : bold;
text-align : right;
margin-left : 3%;
color : #0080ff;
}

p.caption {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
line-height : 12px;
font-style : italic;
text-align : left;
margin-left : 3%;
margin-right : 2%;
margin-top : 0;
margin-bottom : 5;
color : #000000;
}

p.legal {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
font-style : italic;
text-align : left;
margin-left : 3%;
margin-right : 2%;
margin-top : 0;
margin-bottom : 5;
color : #000000;
}

div {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
line-height : 13px;
text-align : left;
margin-left : 0;
margin-right : 0;
}

li {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
line-height : 19px;
text-align : left;
margin-left : 3%;
margin-right : 2%;
}

table.menu {
margin-right : 6;
margin-top : 10;
}

h1 {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-style : none;
font-size : 24px;
color : #0080FF;
text-align : left;
margin-left : 3%;
margin-top : 10;
}

h2, h3 {
font-family : Georgia, Times, "Times New Roman", serif;
}

h2 {
font-style : italic;
font-size : 20px;
text-align : left;
margin-left : 3%;
}

h3 {
font-style : italic;
font-size : 16px;
text-align : left;
margin-left : 3%;
}

a:link {
color : #0080ff;
text-decoration : underline;
}

a:visited {
color : #0080ff;
text-decoration : underline;
}

a:hover {
color : #0080ff;
text-decoration : underline;
}

a:active {
color : #0080ff;
text-decoration : underline;
}

a.menu:link {
color : #000099;
text-decoration : none;
font-size : 10px;
font-weight : bold;
}

a.menu:visited {
color : #000099;
text-decoration : none;
font-size : 10px;
font-weight : bold;
}

a.menu:hover {
color : #0080ff;
text-decoration : none;
font-size : 10px;
font-weight : bold;
}

a.menu:active {
color : #000099;
text-decoration : none;
font-size : 10px;
font-weight : bold;
}

