11 lines
128 B
CSS
11 lines
128 B
CSS
<style>
|
|
.testhtml{
|
|
font-family: sans-serif;
|
|
font-size: 14.5pt;
|
|
width: 768px;
|
|
}
|
|
a {
|
|
color: #547720
|
|
}
|
|
</style>
|