﻿<html>
  <head>
    <title>Michael A CSS</title>
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
    <link rel="alternate stylesheet" type="text/css" href="resource://gre-resources/plaintext.css"
    

      title="Wrap Long Lines">
  </head>
  <body>
    <pre>.Title {
	font-family: "Six Caps";
	font-size: 76px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #3E3E3E;
}
.subtitle {
	font-family: "Six Caps";
	font-size: 48px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #3E3E3E;	
}
.Menu-Text {
	font-family: "Arial Narrow";
	font-size: 18px;
	font-weight: Normal;
	font-style: normal;
	font-variant: small-caps;
	text-transform: capitalize;
	text-align: center;
	color: red;
	text-decoration: none;
	color: #FF0000;
}
.basic-text {
	font-family:"Arial Narrow", "Verdana", sans-serif;
	font-size: 20px;	
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-size-adjust: 0.45; /*for Firefox only*/
	text-transform: none;
	color: #000000;
	text-align: justify;
}

.drop {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
.dropdown {
	position: relative;
	line-height: 1em;
	display: inline-block;
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 100px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}
.dropdown-content a {
	color: black;
	text-align: left;
	padding: 3px 16px;
	text-decoration: none;
	line-height: 1.5em;
	display: block;
}
.dropdown-content a:hover {
	background-color: #f1f1f1;
}
.dropdown:hover .dropdown-content {
	display: block;
}
.dropdown:hover .dropbtn {
	background-color: #3e8e41;
}
a {
	color: #0080FF;
	text-decoration: none;
}
a:visited {
	color: #0080FF;
	text-decoration: none;
	
}
a:active {
	color: #0080FF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}

.HomePage-Pix {
	text-align: center;
}
.Subtitle-Center {
	font-family: "Six Caps";
	font-size: 76px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #3E3E3E;
	text-align: center;
}
.pix-margin{
	float: left;
	border: 1px dotted black;
	margin: 4px 7px 1px 0px;
}

.menu-font {
	color: #0080FF;
	font-family: "Arial Narrow";
	font-size: 24px;
	font-weight: Normal;
	font-style: normal;
	text-transform: capitalize;
	text-align: center;
	/*Menu Fonts*/
}

.Menutext-right {
	text-align: right;
}
.borderPic-right{
	vertical-align: top;
	float: right;
}
.borderPic-left{
	vertical-align: top;
	float: left;
}
.pageheader {
	font-family: Arial;
	font-size: 32px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align: center;
}
.small-centered-text {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align: center;
}
.small-centered-text-category {
	font-family: Arial;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #FF0000;
	text-align: center;
}
.small-centered-text-category-type {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #0000FF;
	text-align: center;
}
.technical-details {
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align: center;
}

.small-Left-text {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align: left;
}
.Like-a-Punchline {
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-weight: normal;
	font-size: X-Large;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #3E3E3E;
	text-align: center;
}
   .wav-mp3 {
 font-size: medium;
 font-family: Arial, Helvetica, sans-serif;
 	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	 color: #000000;
}
	  .Photo-By {
	font-family: Arial;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align: center;
}
	  .Music-Copyright {
	font-family: Arial;
	font-size: small;
    font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
    color: #000000;
}
	
.Tech-Specs-Font {
	font-family: Arial;
	font-size: 20px;
	color: #000000;
	border-style: solid;
	border-width: 1px;
	background-color: #E3E3E3;
		}

.table1 {
background-color: #F5F5F5;
}



/* Dropdown Button */
.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: #858383;
  padding: 2px 12px;
  font-size: 22px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #E1E1E1;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #3e8e41;}



</pre>
  </body>
</html>
