/* Main stylesheet for Robin's website */
/* */
/* Common styles */

body {
  font-family: Arial,Helvetica,sans-serif;
  font-size: x-small;
  font-style: normal;
  font-weight:normal;
  font-variant: normal;
  color: #ffffff;
  background-color: #000000;
}

a {
  text-decoration:none;
  color:black;
  background-color:transparent;
}

a:hover a:visited a:active {
  text-decoration:none;
  color:black;
  background-color:transparent;
}

a:link {
  text-decoration:none;
  color:black;
  background-color:transparent;
}

a:visited {
  text-decoration:none;
  color:black;
  background-color:transparent;
}

a:active {
  text-decoration:none;
  color:black;
  background-color:transparent;
}

/* Defines the working / display area */

.tempcontainer {
  color: Black;
  background-color: White;
  margin-left:auto;
  margin-right:auto;
  width: auto;
  height: auto;
  clear: both;
  padding-top:20px;
  padding-bottom:20px;
  padding-left:10px;
  padding-right:10px;
}

.byline {
	font-size:small;
	/*font-weight:bold;*/
}



