
/* This is the style sheet for the Arabic ghazal challenge. It creates stylized headings and sets body color and text color, size, and style. */

body { 	background-color: #010100; 
	color: #7b946c; 
	font-size: larger; }

/* leave this out temporarily. h1 { float: right; } */

#header { padding: 15px; }

.img { float: left;  margin-right: 20px; margin-bottom: 20px;  vertical-align: text-top; }

#remarks { float: left; width: 60%; margin: 5%; border-bottom: double; }

#pages { width: 25%; margin-top: 230px; margin-right: 5%; float: right; }

.about { font-size: smaller; }

.notice { border: 2px dotted #663333; padding: 5px; }

A {text-decoration: none}

A:link {color: #7777dd; font-weight: 900;}

A:visited {color: #dd7777; font-weight: 900;}

A:hover {text-decoration: underline; }

.backto { font-size: smaller; margin-left: 50px; }

