25 lines
310 B
CSS
25 lines
310 B
CSS
@charset "utf-8";
|
|
body {
|
|
text-align: center;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
background-color: #ebecf2;
|
|
}
|
|
|
|
body,p,div,td{
|
|
font-size: 14px;
|
|
line-height: 18px;
|
|
}
|
|
|
|
#Context {
|
|
width: 1200px;
|
|
margin-top: 20px;
|
|
margin-right: auto;
|
|
margin-bottom: 0px;
|
|
margin-left: auto;
|
|
text-align: left;
|
|
display: table;
|
|
}
|
|
|
|
|