/*
   Master Style Sheet for the website of Dr Christos Pavlidis

   http://www.drpavlidis.com.au

*/

body, p {
	text-align: left;
	color: white;
	font: 15pt Times New Roman, serif;
	background: #000033 none;
}

h1 {
	text-align: center;
	color: white;
	font: 25pt Times New Roman, serif;
	background: #000033 none;
}

h2 {
	text-align: center;
	color: white;
	font: 12pt Arial, sans-serif;
	background: #000033 none;
}

h3 {
	color: yellow;
	background: #000033 none;
	font: 15pt Times New Roman, serif;
}

h4 {
	color: black;
	font: 15pt Times New Roman, serif;
}


a.imglink1 { 
	font: bold 13pt verdana, sans-serif;
	color:white; 
	width:143px; 
	height:50px;
	line-height: 48px;
	background:#000033 url(bup.gif) no-repeat;
	text-align:center; 
	padding-top:2px; 
	display:block; 
	text-decoration:none; 
} 
a.imglink1:Hover{ 
	font : bold 14pt verdana, sans-serif; 
	color:#99FFFF;
	line-height: 48px;
	text-decoration:none; 
	background:#000033 url(bdn.gif) no-repeat;
} 

a.imglink2 { 
	font: bold 13pt verdana, sans-serif;
	color:white;
	width:174px; 
	height:50px;
	line-height: 48px;
	background:#000033 url(blup.gif) no-repeat; 
	text-align:center; 
	padding-top:2px; 
	display:block; 
	text-decoration:none; 
} 
a.imglink2:Hover{
	font: bold 14pt verdana, sans-serif;
	color:#99FFFF;
	line-height: 48px;
	text-decoration:none; 
	background:#000033 url(bldn.gif) no-repeat;
} 

a.imglinkY1 { 
	font: bold 14pt verdana, sans-serif;
	color:yellow;
	width:143px; 
	height:50px;
	line-height: 48px;
	background:#000033 url(bup.gif) no-repeat; 
	text-align:center; 
	padding-top:2px; 
	display:block; 
	text-decoration:none; 
} 
a.imglinkY1:Hover{
	font: bold 14pt verdana, sans-serif;
	color:#99FFFF;
	line-height: 48px;
	text-decoration:none; 
	background:#000033 url(bdn.gif) no-repeat;
} 

a.imglinkY2 { 
	font: bold 14pt verdana, sans-serif;
	color:yellow;
	width:174px; 
	height:50px;
	line-height: 48px;
	background:#000033 url(blup.gif) no-repeat; 
	text-align:center;
	padding-top:2px;
	display:block;
	text-decoration:none; 
} 
a.imglinkY2:Hover{
	font: bold 14pt verdana, sans-serif;
	color:#99FFFF;
	line-height: 48px;
	text-decoration:none; 
	background:#000033 url(bldn.gif) no-repeat;
}

a:link img, a:visited img {border-style: none;}

ul.l {list-style-type: disc}

div.box {
	text-align: center;
}
