body {
	background-color: #000040;	
	color: Aqua;
	background-image: url("Graphics/DC 1.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right bottom;
	background-size: cover;
}
A:active {
	text-decoration: underline;
	color: Yellow;
}
A:link {
	text-decoration: underline;
	color: White;
}
A:visited {
	text-decoration: underline;
	color: Red;
}
A:hover {
	text-decoration: overline;
	color: Lime
}
P.subtitle  {
	font-size : medium;
	font-weight : normal;
}
P.tm  {
             	font-family : Arial;
             	font-size : small;
             	font-weight : normal;
             }
P.xsmall  {
	font-size : x-small;
	font-weight : normal;
			}          
P.ring  {
              font-family : Arial;
              font-size : xx-small;
              font-weight : normal;
              }

