/*
	hiFolio! Portfolio Management System
	https://hifolio.com/

	default
*/

body {
}

body,
td {
	font-family:
		trebuchet ms,
		Arial;
	font-size: 11px;
	color: #666;
}

input,
select {
	font-family:
		trebuchet ms,
		Arial;
	font-size: 11px;
}

a {
	text-decoration: none;
	color: #555;
}

a:visited {
	color: #555;
}

a:hover {
	color: #555;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 17px;
}

h3 {
	font-size: 17px;
}

.data {
	font-size: 9px;
	background-color: #666;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 1px;
}

a.hifolio,
a:hover.hifolio {
	padding: 3px;
	background-color: yellow;
	color: black;
	font-family: georgia;
	font-size: 9px;
}

a:hover.hifolio {
	color: yellow;
	background-color: black;
}

li,
ul {
	padding: 0;
	margin: 0px;
	list-style: none;
	list-style-type: none;
}

h1,
h2,
h3 {
	margin: 0px;
}

/*

default

 */
