home *** CD-ROM | disk | FTP | other *** search
- body {
- background-color: #808080;
- margin: auto;
- width: 750px;
- }
-
- #header {
- width:750px;
- height: 120px;
- background-image: url("ban.JPG");
- margin: 0px;
- }
-
- #corps h1{
- color: black;
- background-color: #ffa500;
- font-size: 20px;
- height: 28px;
- text-align: center;
- margin-left: 30px;
- width: 562px;
- display: block;
- text-decoration: underline;
- }
-
- #header h1 {
- text-align: center;
- font-family: "cooper black";
- text-decoration: underline;
- color: black;
- padding-left: 45px;
- padding-top: 35px
- }
-
- #sidebar {
- margin: 0px;
- float: right;
- width: 100px;
- background-color: #ffa500;
- text-align: center;
- }
-
- #corps {
- margin: 0px;
- width: 640px;
- background-color: #ffffff;
- }
-
- #footer a {
- color: black;
- text-decoration: none;
- }
-
- #footer a:hover {
- color: black;
- text-decoration: underline;
- }
-
- #footer {
- background-color: ffa500;
- font-size: 15px;
- width: 750px;
- clear: both;
- margin-top: 0px;
- text-align: center;
- }
-
- #global {
- width: 750;
- background-color: #ffa500;
- }
-
- #sidebar a {
- display: block;
- text-decoration: none;
- background-color: #ffa500;
- color: black;
- font-size: 15px;
- }
-
- #sidebar a:hover {
- text-decoration: none;
- color: black;
- background-color: #fabd5a;
- border-right: 3px solid white;
- font-size: 15px;
- }
-
- #sidebar h3 {
- color: black;
- font-family: "cooper black";
- text-decoration: underline;
- text-decoration: bold;
- }
-
- p {
- width: 550px;
- text-align: center;
- background-color: #ffffff;
- margin-top: 0px;
- margin-bottom: 15px;
- border: 1px solid black;
- margin: none;
- margin-left: 30px;
- padding: 5px;
- text-align: justify;
- font-size: 13px;
- }
-
- .title {
- font-size: 14px;
- text-align: center;
- padding-left: 5px;
- padding-right: 5px;
- width: 550px;
- display: block;
- margin-left: 30px;
- background-color: #ffa500;
- height: 20px;
- color: black;
- border-right: 1px solid black;
- border-left: 1px solid black;
- border-top: 1px solid black;
- }
-
- a {
- color: #ffa500;
- text-decoration: underline;
- }
-
- a:hover {
- color: black;
- text-decoration: underline;
- }