/* Tobin Electrical Components Web Site Style Sheet.            */
/* Author:  David Tobin.                                        */
/* Date:    December 2000                                       */
/* This style sheet is used as a template to define the         */
/* appearance of all HTML documents within Website.             */

/*----------------------------*/
/* Default Page colour & font */
/*----------------------------*/
BODY
{
   background-color: #FFFFFF;       /* White background colour */
   color           : black;
   font-family     : Helvetica, Arial, Geneva, sans-serif;
   text-align      : left;
   font-size       : 12pt;
   padding         : 1pt;
}

/*--------------------------*/
/* Appearance of HTML Links */
/*--------------------------*/
/* CODE FOR LINK COLOURS CURRENTLY COMMENTED OUT!!!!!
A:link, A:visited, A:hover
{
   background      : transparent;
   font-family     : Arial, Helvetica, sans-serif;
   font-weight     : bold;
   font-size       : 12pt;
   padding         : 1pt;
   line-spacing    : 1pt;
   text-decoration : none;
   text-align      : left;
   background      : transparent;
}
A:link, A:visited
{
   color           : blue;
}
===========END OF COMMENT TO REMOVE CODE FOR COLOURED LINKS */
A:hover
{
   color           : red;
}
/*----------------------------*/
/* Appearance of "Headings"   */
/*----------------------------*/
H1, H2, H3, H4, H5, H6
{
   color           : black;
   font-family     : Arial, Helvetica, sans-serif;
   font-weight     : normal;
   font-style      : normal;
   padding         : 0pt;
}
H1
{
   font-size       : 24pt;
   width           : 120%;
   text-align      : left;
   color           : white;
   /* NOTE: background-color won't fill entire width in Netscape - used image instead */
   background-color: red;
   font-style      : italic;
   background-image: url(/Red_BG.gif);
}
H2
{
   font-size       : 20pt;
   font-weight     : bold;
   width           : 100%;
   text-align      : center;
}
H3
{
   font-size       : 18pt;
}
H4
{
   font-size       : 14pt;
}
H5
{
   font-size       : 12pt;
}
H6
{
   font-size       : 10pt;
}

/*--------------------------------*/
/* Other Text appearance settings */
/*--------------------------------*/
P, TR, THEAD, TFOOT, TH, TD, DL, OL, UL, BLOCKQUOTE, SPAN, BR
{
   color           : black;
   font-family     : Helvetica, Arial, Geneva, sans-serif;
/*   text-align      : left; */
/*   font-size       : 12pt; */
}
TT     /* Fixed Width Text */
{
   color           : black;
   font-family     : "Courier New", courier, monospace, serif;
   font-weight     : normal;
   font-style      : normal;
   font-size       : small;
}

