html { 
  background: url(/vintage-recordings/background.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

h1	{
	font-family: Trebuchet MS, sans-serif;
	font-size: 200%;
	text-align: center;
	}

h2	{
	font-family: Trebuchet MS, sans-serif;
	font-size: 150%;
	text-align: left;
	}
	
p	{
	font-family: Trebuchet MS, sans-serif;
	font-size: 100%;
	}

p.figure	{
			font-family: Trebuchet MS, sans-serif;
			font-size: 100%;
			text-align: center;
			font-weight: bold;
			}

p.end	{
		font-family: Trebuchet MS, sans-serif;
		font-size: 70%;
		text-align: center;
		font-style: normal;
		color: gray;
		}

p.vrlinks	{
				font-family: Trebuchet MS, sans-serif;
				font-size: 200%;
				text-align: center;
				font-weight: bold;
				}
				
p.oslinks	{
				font-family: Trebuchet MS, sans-serif;
				font-size: 200%;
				text-align: center;
				font-weight: bold;
				}

p.motto	{
			font-family: Georgia, serif;
			font-size: 100%;
			text-align: center;
			font-style: italic;
			color: gray;
			}

p.italics	{
				font-family: Trebuchet MS, sans-serif;
				font-size: 100%;
				font-style: italic;
				}

p.middle	{
			font-family: Trebuchet MS, sans-serif;
			font-size: 100%;
			text-align: center;
			}
	
a, a:link, a:visited	{
							color:#510b0d;
							text-decoration:none;
							}
			
a:hover	{
			color:#005284;
			text-decoration:none;
			}
			
a:active	{
			color:black;
			text-decoration:none;
			}

ul	{
	font-family: Trebuchet MS, sans-serif;
	font-size: 100%;
	}

ul.links	{
			font-family: Trebuchet MS, sans-serif;
			font-size: 100%;
			color: #510b0d;
			}

table.info th, table.info td	{
										font-family: Trebuchet MS, sans-serif;
										font-size: 100%;
										text-align: left;
										}
			
img.middle	{
				max-width: 100%;
				height: auto;
    			display: block;
    			margin-left: auto;
    			margin-right: auto
    			}

img.border	{
   			max-width: 100%;
   			height: auto;
   			border:2px outset #021a40;
   			display: block;
    			margin-left: auto;
    			margin-right: auto
				}
				
audio.long	{
				width: 80%;
				display: block;
				margin-left: auto;
				margin-right: auto;
				}