
        body
        {
            font-family: "Inter";
            font-size: 13px;
        }

        .center1 {
            margin: auto;
            width: 800px;
            border: 0px solid #73AD21;
            padding: 0px;
            text-align: center;

        }

        .cover
        {
            float: left;
            width: 395px;

        }


        .SpacerV
        {
            width: 10px;
            float: left;
        }

        .info
        {

            float: left;
            width: 395px;

        }

        #Links
        {
            font-family: Arial;

            float: left;
            width: 395px;

        }
        .SpacerH
        {
            height: 25px;
        }
        .SpacerH2
        {
            height: 10px;
        }

        .ReleaseDate
        {
            font-style: italic;
        }

        .Format
        {
            font-weight: bold;
        }

        a
        {
            color: #505050;
            text-decoration: none;

        }

        a:hover
        {
            color: #505050;
            text-decoration: underline;
        }

        a.intern
        {
            font-size: 11px;
        }

        h1
        {
            font-size: 30px;
            margin-top: 2px;
            margin-bottom: 5px;
        }

        h2
        {
            font-size: 25px;
            margin-top: 1px;
            margin-bottom: 1px;
        }

        .Headline
        {
            font-weight: bold;
            letter-spacing: 2px;
        }
		
		hr {
		  border: none;
		  height: 2px;
		  color: #c0c0c0; 
		  background-color: #c0c0c0;
		}