/*
CSS for Pepperdine and Quipp site
*/
body {
background-color:#99cc99;
line-height: 125%;
padding: 20px;
border: 5px solid #336633;
font-weight: normal;
font-size: medium;
font-style: normal
}
hr {
noshade size:"3";
width:"90%";
text-align:center;
color:#ffffff
}
p,td,th{
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size: medium;
color: #000000
}
table {
border: 5px solid #669966
}
a:link{
color: #0000ff; text-decoration:none
}
a:visited{
color: #ff00ff; text-decoration:none
}
a:active, a:hover{text-decoration:underline;
}
h1,h2,h3{
font-family:"Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
font-weight: bold;
color: #000000
}
h1{
font-size: 36pt;
line-height:125%
}
h2{
font-size:large
}
h3{
font-size:normal
}
.leftcolumn,.rightcolumn{
width:20%;
background-color:#ccffcc;
text-align:center;
padding:4px;
margin: 5px
}
.textcolumn{
background-color:#ccffcc;
width:45%;
padding:5px;
}
.leftcolumn {
float:left
}
.rightcolumn{
float:right;
border: 5px solid #669966
}
#stats{
float:left;
margin:15px;
background-color:#ccffcc
}
.corner{
float:right;
border:5px solid #ffffcc
}