﻿*
{
    padding: 0;
    margin: 0;
}

a
{
    color: #00A1DE;
    text-decoration: underline;
}

a:hover
{
    text-decoration: none;
}

acronym 
{
    border-bottom-width: 0;
}

body
{
    background: #000000;
    font-family: Arial;
    font-size: 0.75em;
}

h1, 
h2,
h3,
h4,
h5,
h6
{
    font-family: Arial;
    padding: 10px 0px 10px 0px;
}

h1
{
    display: block;
    margin: 0px 0px 0px 37px;
    padding: 0px;
    background: url('../../Images/RockschoolLogo2023.png') no-repeat left top;
    height: 36px;
    width: 384px;
    text-indent: -9999px;
    color: #000000;
}

h1 a 
{
    display: block;
    height: 36px;
    outline-style: none;
    outline-color: invert;
    outline-width: medium;
}

h2
{
    color: #0071BC;
    font-size: 1.8em;
    font-weight: bold;
    padding: 16px 0px 10px 0px;
}

h3,
h3 a
{
    color: #0071BC;
    font-size: 1.5em;
    font-weight: bold;
    padding: 25px 0px 10px 0px;
    text-decoration: none;
}

h4,
h4 a
{
    color: #00A1DE;
    font-size: 1.25em;
    font-weight: bold;
    padding: 10px 0px 5px 0px;
    text-decoration: none;
}

h5
{
    color: #00A1DE;
    font-size: 1.125em;
    font-weight: bold;
    padding: 10px 0px 4px 0px;
    text-decoration: none;
}

h6
{
    font-size: 1.125em;
    font-weight: bold;
    font-style: italic;
    padding: 8px 0px 8px 0px;
    text-decoration: none;
}

hr 
{
    background-image: url('../../Images/Miscellaneous/HeadingRuler.gif');
    background-repeat: repeat-x; 
    background-position: left top; 
    border: 0px; 
    padding: 0px; 
    margin: 10px 0px 10px 0px; 
    width: 100%; 
    height: 1px; 
    vertical-align: top;
}

img
{
    border-width: 0px;
}

ol
{
    padding: 10px 0px 15px 25px;
}

p
{
    padding: 0px;
}

table
{
    border-collapse: collapse;
}

td
{
    vertical-align: top;
}

ul
{
    padding: 10px 0px 15px 0px;
}