﻿/** Stylesheet for Email Lists Management **/
/** Created February 10, 2010 **/

body {
margin: 0px;
padding: 0px;
background-color:#3D58A7;
text-align:center;
}

p,li,span {
font-family: Times New Roman, serif;
font-size: 14px;
line-height: 30px;
text-align:left;
}

input{
font-family: Times New Roman, serif;
font-size: 14px;
line-height: 14px;
}


h2 {
font-family: Times New Roman, serif;
font-size: 20px;
line-height: 40px;
text-align:left;
}

#container {
margin-left: auto ;
margin-right: auto ;
padding:10px;
background-color:#E6E7E8;
border-left:2px solid #333333;
border-right:2px solid #333333;
border-bottom:2px solid #333333;
height:100%;
width:80%;
}

table {
text-align:left;
}