2014-07-09 21:55:46 +00:00
|
|
|
.narrow {
|
|
|
|
width: 400px;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.normal {
|
|
|
|
width: 600px;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wide {
|
|
|
|
width: 800px;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
font-family: Times New Roman;
|
|
|
|
font-size: 16px;
|
2014-07-10 21:51:35 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.hide {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fakelink:hover {
|
|
|
|
cursor: pointer;
|
2014-07-11 21:03:57 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.error {
|
|
|
|
/*font-weight: bold;*/
|
|
|
|
}
|
|
|
|
|
|
|
|
.block {
|
|
|
|
display: block;
|
|
|
|
margin-top: 10px;
|
|
|
|
margin-bottom: 10px;
|
2014-07-09 21:55:46 +00:00
|
|
|
}
|