/*
 * Style sheet for the CSS specification
 * Bank notes for Trevor Wilkin.
 */

body {
background: #cecece;
color: #800040;
margin-bottom: 200px;
margin-left:3px;
}
a:link  { 
color: #0000ff;
text-decoration: underline;
} 
a:visited { 
color: #990099;
text-decoration: none;
}  
a:hover {
color: #faebd7 ;
background-color: #a1436c ;
text-decoration: none;
}
a:active {
color: #0000ff; 
}  
td, td.head, p, p.no-justify, .p-left, th, #tw, #tt, h2, h1, h3, ul {
font-family: Verdana, arial, sans-serif; 
}
td {
font-size: 11pt;
color : #800040;
text-align:left;
}
td.list {
border-bottom:solid 1px #800040;
}
td.head {
text-align:center;
}
.para {
margin-left:10px; 
margin-right:100px;
} 
.menu {
font-size: 11pt;
font-weight:bold;
text-align:center;
border-bottom:solid 1px #800040;
}
p {
text-align: justify;
font-size: 11pt;
color : #800040;
margin-top:8px; 
margin-bottom:8px;
margin-left:3px;
margin-right:5px;
}
p.no-justify {
text-align: center;
font-size: 11pt; 
color: #800040;
margin-top:2px; 
margin-bottom:2px;
} 
.p-left {
text-align: left;
font-size: 11pt;
color : #800040;
margin-top:6px; 
margin-bottom:6px;
} 
th {
font-size: 11pt;
font-weight: bold;
text-align: center;
color : #800040;
}
th.left  {
text-align:left;
} 
#tw {
color : #800040; 
font-size: 20px;
font-weight:bold;
margin-bottom: 5px;
}
#tt {
color : #800040; 
font-size: 30px;
margin-bottom: 5px;
}   
ul {
color : #800040;
font-size: 11pt;
text-align: justify;
} 
li {
margin-top:2px; 
margin-bottom:2px;
}
h2, h1{ 
text-align:center;
font-weight: normal;
font-size:36px;
margin-bottom: 0px;
margin-top:1px;
}
h3, h4 { 
text-align:center;
font-weight: normal;
font-size:24px;
margin-bottom: 0px;
margin-top:1px;
}
.centeredImage     {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
}
