Current File : //home/strato/chroot/opt/RZphp74/includes/XML/tests/example.css
#dtd_errors {
    background-color :  gray;
	color :				white;
	font :				bold 1.2em monospace;
    border :            4px solid red;
    padding :           5px;
    margin :            10px;
}

.code {
	color :				#247;
	font :				bold 0.9em monospace;
}

.html {
	color :				#F40;
	font :				bold 0.9em monospace;
}

.require {
	color :				#E00;
	font :				bold italic 0.8em sans-serif;
}

img {
	border :			none;
}

div.news {
    width :             600px;
    padding :           5px;
    margin :            5px;
    border :            1px solid #CCC;
    font :              normal 0.8em sans-serif;
}
div.news h1 {
    font :              bold 1.2em sans-serif;
    text-decoration :   underline;
}
div.news span.date {
    font :              italic 0.7em sans-serif;
    color :             #33F;
}