/* CSS for ian.isgenius.com website */

/* General definitions */
BODY {background: #4ec7fa none}
.centre {text-align:center}

/* Fonts and text types */
.block {padding: .5em;
			color:#000000}

.blockcentre {padding: .5em;
			  color:#000000;
			  margin:0 10% 0 10%}
			
.blockleft {padding: .5em;
			color:#000000;
			margin-right: 30%}
			

.blockright {padding: .5em;
			color:#000000;
			margin-left: 30%}	

.left		{text-align: left}

.right		{text-align: right}

.sharks		{font-weight: bold;
			

h1 		{font-family:  "Times New Roman", serif;
		font-size: 18px;
		font-weight: normal;
		font-style: normal;
		margin-left: 0px;
		margin-right: 0px;
		color: #5f5f5f;
		text-align: left}
		

h2 		{font-family: "Times New Roman", serif;
		font-size: 16px;
		font-weight: normal;
		font-style: italic;
		margin-left: 0px;
		margin-right: 0px;
		color: #4f4f4f;
		text-align: center}


h3 		{font-family: "Times New Roman", serif;
			font-size: 14px;
		font-weight: normal;
		font-style: normal;
		margin-left: 0px;
		margin-right: 0px;
		color: #5f5f5f}

h4 		{font-family: "Times New Roman", serif;
		font-size: 12px;
		font-weight: normal;
		font-style: normal;
		color: #5f5f5f}

h5 		{font-family: "Times New Roman", serif;
		font-size: 11px;
		font-weight: bold;
		font-style: normal;
		text-align: left;
		margin-left: 0px;
		margin-right: 0px;
		color: #5f5f5f}

h6 		{font-family: "Times New Roman", serif;
		font-size: 10px;
		font-weight: bold;
		font-style: normal;
		text-align: center;
		margin-left: 0px;
		margin-right: 0px;
		color: #5f5f5f}

p		{font-family: Verdana, AkzidenzGrotesk, Univers, Helvetica, Arial, sans-serif;
		font-size: 12px;
		font-weight: normal;
		font-style: normal;
		text-align: justify;
		color: #5f5f5f}

p.pullquote	{font-family: Centaur, Georgia, Goudy, Baskervile, Times, serif;
		font-size: 10px;
		font-weight: normal;
		font-style: normal;
		text-align: left;
		margin-left: 0px;
		margin-right: 0px;
		color: #5f5f5f}
		
#divBg{	position:absolute;
		top:0;
		left:0;
		visibility:hidden;
		height:50;
		font-family: Verdana, AkzidenzGrotesk, Univers, Helvetica, Arial, sans-serif;
		  font-size: 12px;
		  font-weight: normal;
		  font-style: normal;
		  text-align: center;
		  color: #5f5f5f;
		  }

#divCont{ width:200;
		  height:75;
		  float:left;
		  border: dotted red;
		  background:white;
		  padding: 0.2em
		  }
		  
#divNews{ text-align: justify}




/* Links and their Pseudo properties */

a:visited	{color: #5f5f5f;
			TEXT-DECORATION: none}

a:active	{color: #FFCC00;
			TEXT-DECORATION: none}

a:link		{color: #0312bd;
			TEXT-DECORATION: none}

a:hover		{text-decoration: underline}

