﻿@charset "UTF-8";

/**
 *
 * Copyright (C) 2013
 * Sandro Imperadore
 * All rights reserved.
 *
 * File: tags.css
 *
 */



*{
	outline: none;
}

html{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}


body #s4-workspace
{
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	line-height: 1.5em;
	overflow-y:auto;
	
	

}

p{
	font-size: 100%;
	margin: 0 0 15px 0;
}
h1,
h2,
h3,
h4{
	margin: 25px 0 10px 0;
	line-height: 1.2em;
	color: #072573;
}
h1{
	font-size: 230%;
	letter-spacing: -1px;
}
h2{	
	font-size: 140%;
	letter-spacing: 0;
}
h3{
	font-size: 120%;
}
h4{
	font-size: 85%;
	text-transform: uppercase;
}

#s4-workspace a:link,a:visited
{
	color: #072573;
	text-decoration: none;
	cursor: pointer;
	outline: none;
	font-weight:bold
}
#s4-workspace a:hover,a:active,a:focus
{
	color: #072573;
	text-decoration: underline;
	outline: none;
	font-weight:bold;
}

img{
	border: none;
}
hr{
    margin: 20px 0;
	padding: 0;
	display: block;
	float: none;
    border: none;
	overflow: hidden;
	border-bottom: 1px dotted #AAA;
	background: none;
    height: 1px;
}
ul,
ol{
	margin: 0 0 20px 0;
	padding-left: 20px;
}
ol{
	padding-left: 30px;
}
ul li,
ol li{
}
blockquote{
	clear: both;
	margin: 20px 0;
	padding: 15px 0 5px 35px;
	border-left: 10px solid #F5F5F5;
}