/* Canora Stye Sheet. V1 */

body
{ 
  background-color: #000000;
  background-repeat: no-repeat; 
  background-position: top left; 
  background-image: url(./images/canora_a.png);
  background-attachment: fixed; 
  scrollbar-base-color: #164BA5;
  scrollbar-arrow-color: #FFFFFF;
} 

p, h1, h2, h4, h5, h6, table, textarea 
{ 
  font-family: Century Gothic;
  font-weight: bold;
  color: #FFFFFF; 
  text-transform: lowercase;
  margin-left: 10px;
  margin-right: 160px;
} 

h1
{ 
  height: 120px;
  width: 650px;
  font-size: 72px; 
  margin-top: 40px;
  margin-bottom: 20px;
  position: absolute; 
  top: 0px;
  left: 150px;
}
h1.centered
{ 
  height: 200px;
  font-size: 140px; 
  text-align: center;
  margin-left: 10px;
  position: absolute; 
  top: 100px;
  left: 150px;
}
h1.left
{ 
  height: 200px;
  font-size: 140px; 
  text-align: left;
  margin-left: 10px;
  position: absolute; 
  top: 40px;
  left: 150px;
}
h2
{ 
  font-size: 60px; 
  height: 120px;
  width: 650px;
  margin-top: 0px;
  margin-bottom: 0px;
  position: absolute; 
  top: 60px;
  left: 150px;
}

h4
{ 
  font-size: 30px; 
  height: 120px;
  width: 650px;
  margin-top: 0px;
  margin-bottom: 0px;
  position: absolute; 
  top:380px;
  left: 150px;
}
h5
{ 
  font-size: 30px; 
  height: 120px;
  width: 650px;
  margin-top: 0px;
  margin-bottom: 0px;
  position: absolute; 
  top: 170px;
  left: 150px;
}
h6
{ 
  font-size: 50px; 
  height: 120px;
  width: 650px;
  margin-top: 0px;
  margin-bottom: 0px;
  position: absolute; 
  top: 60px;
  left: 150px;
}
p
{ 
  font-size: 20px; 
  margin-top: 10px;
  margin-bottom: 10px;
  /* margin-left: 60px; */ 
  /* margin-right: 220px; */ 
}
p.intro
{
  height: 120px;
  width: 650px;
  position: absolute; 
  top: 120px;
  left: 150px;
  margin-top: 30px;
}
p.intro2
{
  height: 80px;
  width: 650px;
  position: absolute; 
  top: 120px;
  left: 150px;
  margin-top: 30px;
}
p.intro3
{
  height: 240px;
  width: 650px;
  position: absolute; 
  top: 220px;
  left: 150px;
}
p.intro3_b
{
  height: 160px;
  width: 650px;
  position: absolute; 
  top: 410px;
  left: 150px;
  margin-top: 30px;
}
p.intro4
{
  height: 360px;
  width: 650px;
  position: absolute; 
  overflow-y: auto; 
  top: 160px;
  left: 150px;
}
p.links
{
  height: 300;
  width: 150;
  position: absolute; 
  top: 120px;
  left: 0px;
  margin-left: 20px;
}  
p.maincentered
{
  height: 40;
  width: 650;
  font-size: 24px;
  text-align: center;
  position: absolute; 
  top: 300px;
  left: 150px;
  margin-left: 20px;
}  
p.right
{
  height: 40;
  width: 650;
  text-align: right;
  position: absolute; 
  top: 500px;
  left: 150px;
}  

p.showlist
{
  width: 650px; 
  height: 320px; 
  overflow-y: auto; 
  position: absolute; 
  top: 200px;
  left: 150px;
}
p.low
{
  width: 650px; 
  height: 100px; 
  position: absolute; 
  top: 460px;
  left: 220px;
}
  
a 
{ 
  text-decoration: none; 
}
a:link { color: #E12381; }
a:link img { border: none;}
a:visited { color: #AE2ED1; }
a:hover { color: #FF7C00; } 

table
{
  margin-top: 50px;
  margin-bottom: 50px;
}

table.links04
{
  width: 600px;
  margin-left: 50px;
  font-size: 24px; 
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0px;
  position: absolute; 
  top: 340px;
  left: 150px;
}
table.links04 td
{
  width: 150px;
}
table.links04_b
{
  width: 600px;
  margin-left: 50px;
  font-size: 24px; 
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0px;
  position: absolute; 
  top: 120px;
  left: 150px;
}


table.linkshorizontal01
{
  font-size: 24px; 
  width: 150px;
  margin-up: 0px;
  margin-down: 0px;
  margin-left: 20px;
  margin-right: 0px;
  padding: 10px;
  text-align: left;
  border-collapse: collapse;
  border-spacing: 0px;
}

table.linkshorizontal01 td
{
  height: 80px;
  width: 150px;
}

textarea
{
  width: 650px; 
  height: 270px; 
  overflow-y: auto; 
  border: 0px;
  background-color: #164BA5;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 20px;
  font-size: 16px; 
  readonly: true;
  enabled: true;
}
textarea.playlist
{
  position: absolute; 
  top: 260px;
  left: 150px;
}

textarea.playlist_b
{
  position: absolute; 
  top: 300px;
  left: 150px;
  height: 250px; 
}