Commit ed264b34f987381a5f667006a602612e9af5f882

adding style
  
11body{
2 background: #c2d8ee;
2 background: #e6e6e6;
33 font-family: cursive;
44 border: none;
55}
3333}
3434
3535#content a{
36 color: #f86500;
36 color: #f86300;
3737 text-decoration: none;
3838 font-style: normal;
3939 font-family: monospace;
4949}
5050
5151#sidebar a{
52 color: #000000;
53 text-decoration: none;
54 border: none;
55}
56#sidebar a:hover{
5257 color: #FFFFFF;
5358 text-decoration: none;
5459 border: none;
5560}
61#menu_link { border-color:#c9532c;
62border-style:solid;
63border-width:1px;
64background-color:#ff9933;
65width: 150px;
66height:23px;
67margin-top:5px;
68margin-bottom:5px;
69text-align:center;
5670
71}
5772#footer{
5873 background: #000000;
5974 width: 100%;
60 color: #FFFFFF;
75 color: #808080;
76font-size:11px;
6177}
6278
6379#footer a{