/* Screen Stylesheet for nigelnewman.co.uk/news.php (screen) */

@import url(./generic.css);
@import url(./screen.css);

body {
		 background-color: black;
		 width: 100%;
		 padding: 0px;
		 margin: 0px;
		 font-size: 13px; 
		 font-family:Arial,Verdana,'Arial Black',sans-serif;
		 text-align:center;
		 color: #fbf6bf;}

#newspaper {
		 width: 700px;
		 background-color: black;
		 margin: auto;
		 padding: 5px 10px;
		 font-size: 1em; 
		 text-align: left;
		 border: 2px dotted #990033;}		
		 
h1 {
	 padding-top: 15px;
	 font-weight: bold;
	 color: #dca97c;
	 text-align:center;}
	 
h3 {
	 font-weight: bold;
	 color: #dca97c;
	 font-size: 1.25em;}	 
	 
.entry {border-bottom: 2px dashed silver; padding: 0px 10px;}
	 
a:link {color: white; text-decoration: none; font-family: Comic Sans MS;}
a:visited {color: white; text-decoration: none; font-family: Comic Sans MS;}
a:hover {color: yellow; text-decoration: underline; font-family: Comic Sans MS;}
a:active {color: white; text-decoration: underline; font-family: Comic Sans MS;}

#summary th {
		background-color: #363636;}
