/* CSS stylesheet for uxisp site */

html {
    background:white;
    color:black;
    font-family: arial, helvetica, sans-serif;
    font-size: .9em;
    background:#CDCDCD;
}
body{
    padding:0;
    margin:0 auto;
    width:60em;

}
header {
    text-align:right;
}
div {
    background:white;
    border: dotted 1px;
    margin: 20px;
}
h1 {
    font-size:1.75em;
    color: #0084FF;
}
h2 {
    font-size:1.25em;
    margin:20px;
    color: #FA05AC;
}
p {
    margin:20px;
}
table {
    border: dotted 1px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:30px;
}
td, th {
    padding: 5px;
    border: dotted 1px;
}
footer {
    font-size: .8em;
    text-align: center; 
}
