body {
	direction = rtl;
	background = navy;
	font-family: Arial, "Times New Roman";
	margin: 5%
}

div.box {
	background: linen;
	padding: 0.5em;
	border: solid;
	border-width: thin;
	width: 100% 
}

div.quote {
	direction = ltr;
	background: white;
	padding: 0.5em;
	border: solid;
	border-width: thin;
	width: 100% 
}

div.error {
	direction = ltr;
	background: white;
	padding: 0.1em;
	border: none;
	border-width: thin;
	width: 100% 
}

h1 {
	color = red;
}

h2 {
	color = green;
	margin-top: 2em;
	margin-bottom: 1em;
}

h3{
	color = orange;
	margin-top: 0em;
	margin-bottom: 1em;
}

h4{
	font-style:oblique;
	color = navy;
	margin-top: 1em;
	margin-bottom: 0em;
}

:link { color: #008000 }
:visited { color: #008000 }
:hover { color: #0000FF }

a{ text-decoration: none }

ul {
	list-style-type = circle;
	margin-bottom: 0em;
}

ul.box {
	list-style-type = square;
	margin-top: 0em;
}