You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
573 B
CSS

.content {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
text-decoration: none;
padding: 10px;
padding-left: 5px;
height: 1000px;
width: 640px;
background-color: #FFFFFF;
border-top-width: 3px;
border-right-width: 2px;
border-bottom-width: 1px;
border-left-width: 0px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: none;
border-top-color: #333333;
border-right-color: #333333;
border-bottom-color: #999999;
border-left-color: #333333;
}
body {
background-color: #CCCCCC;
}