﻿
 
/* Reset Headlines */ 
h1, h2, h3, h4, h5, h6
{
    margin: 0;
    padding: 0;
    font-weight: normal;
} 

/* Reset Paragraph */ 
p
{
    margin: 0;
    padding: 0;
}

/* Reset Table */ 
table
{
    border-collapse: collapse; 
    border-spacing: 0;
}


/* Left-aligns text in caption and th */ 
caption, th
{
    text-align: left;
}


/* Removes border around images */
a img, :link img, :visited img
{
	border: 0;
}


/* Removes quotation marks from q */ 
q:before, q:after, blockquote:before, blockquote:after
{
	content: "";
}

/* Reset */ 
ul, ol, dl, dt, dd, blockquoute, form, input, th, td, label
{
    margin: 0; 
    padding: 0;
}
 

/* Reset Link */ 
a:link, a:visited, a:hover, a:active
{
    text-decoration: none;
}