/*

CSS File for www.dunz.net

*/

body
{
	background-color: white ;
}



/* Headings */

h1
{
  color : blue ;
  font-family: monospace ;
  background : white ;
  border : 10px solid blue  ;
  border-radius: 20px ;
  padding : 5px ;
  width : 80% ;
}

/* Paragraphs and text */
p
{
  font-family: monospace ;
  font-size: 18px ;
  font-weight: 1000 ;
  color : blue ;
}
