/* link to this file with */
/* <link type="text/css" rel="StyleSheet" href="style.css?version=<?php echo(time()); ?>" /> */

body      {
          margin:0;
          font-family: arial, helvetica, sans-serif;
          background-color: #000010;
          background-image: url("BEA2_s.jpg");
          background-attachment:fixed;
          color: silver;   \\  text colour
          }
a         {text-decoration: none;}
a:link    {color: lightblue;}
a:active  {color: red;}
a:visited {color: lightblue;}
a:hover   {color: red;}
#topofpage { text-align:center; }
.para1    {
          text-align:left;
          width:640px;
          max-width:95%;
          margin:auto;
          padding:5px;
          }
.para2    {
          border:silver solid 2px;
          border-radius:10px;
          padding:12px;
          text-align:justify;
          width:640px;
          max-width:80%;
          margin:auto;
          font-size:small;
          }
.copyr	{
	text-align:center;
	color:silver;
	font-size:x-large;
	background:#030303
}

