23 lines
373 B
CSS
23 lines
373 B
CSS
table{
|
|
width:100%;
|
|
margin-bottom:10px;
|
|
}
|
|
section{
|
|
width:90%;
|
|
min-height:700px;
|
|
margin:auto;
|
|
padding: 50px 20px 20px 20px;
|
|
margin-bottom:-5px;
|
|
background-color: #839496;
|
|
}
|
|
table a{
|
|
color: white;
|
|
text-decoration: none;
|
|
}
|
|
table a:visited, section a:visited{
|
|
color: rgb(219, 219, 219);
|
|
}
|
|
table a:hover, section a:hover{
|
|
font-weight: normal;
|
|
}
|