Possible Duplicate:
Remove ugly borders around clickable crossreferences and hyperlinks
I downloaded a Latex model to build my finishing degree course, but the summary came in a strange format, like in image, each section became a link with a red tectangle around it.

I took a look at the code and didn't find out how to take it off this red rectangles. These are the packages in the file:
\documentclass[svgnames,12pt,oneside, openright,a4paper]{scrbook}
\usepackage[section]{placeins}
\usepackage[latin1]{inputenc}
\usepackage{amsmath}
\usepackage{tikz,blindtext}
\usepackage[T1]{fontenc}
\usepackage{palatino}
\usepackage{chngpage,calc}
\usepackage{hyperref}
\usepackage{kpfonts}
\usepackage{conf}
\usepackage{graphicx}
\usepackage[portuguese, english, brazil]{babel}
\usepackage{setspace}
\usepackage{cite}
Can anyone help me?
\usepackage[hidelinks]{hyperref}instead of\usepackage{hyperref}. – maetra Jul 04 '12 at 17:07\usepackage{hyperref}if you do not need hyperlinks. The red rectangles disappear on print-outs. – Sveinung Jul 04 '12 at 19:33hyperrefshould usually be loaded as the last package. For exceptions to this rule, see Which packages should be loaded after hyperref instead of before? – doncherry Jul 04 '12 at 23:43